Remove some instances of "starter kit"
Rename some files and change some identifiers to be neutral to the application name. This makes it simpler to change everything to a proper name when cloning this project. Document in the README how to find the remaining places to change. Closes #20
This commit is contained in:
parent
26c7b80a19
commit
1edb6a070b
7 changed files with 19 additions and 10 deletions
2
Makefile
2
Makefile
|
|
@ -61,7 +61,7 @@ vm: $(VM_IMAGE)
|
|||
|
||||
# run the browser integration tests; skip check for SELinux denials
|
||||
check: node_modules/react-lite $(VM_IMAGE) test/common
|
||||
TEST_AUDIT_NO_SELINUX=1 test/check-starter-kit
|
||||
TEST_AUDIT_NO_SELINUX=1 test/check-application
|
||||
|
||||
# checkout Cockpit's bots/ directory for standard test VM images and API to launch them
|
||||
# must be from cockpit's master, as only that has current and existing images; but testvm.py API is stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue