#TODO: Description
-
Requires '/p/swamp' to build/release
The table below lists and describes the files and directories in script-assess repository
| File/Directory | Description |
|---|---|
Makefile |
|
Makefile.plats |
Platform information to be included in the |
mk-alias-plat |
Script to make |
pylint.rc |
configuration file for |
build_monitors/ |
contains files for |
lib/ |
Python Libraries and binaries required by script assess. Currently has python libraries |
release/ |
Contains files related to documentation, license and release notes. Also, contains directories |
src/ |
Contains the actual source code for |
util/ |
Contains old release scripts. |
|
Note
|
Requires '/p/swamp' to build/release |
-
Update
release/RELEASE_NOTES.txtwith release notes -
Update variable
DEST_DIRin theMakefilefor release directory. This is only required to be done once when you clone the repository. -
Update variable
VERSIONin theMakefilefor the currentX.Y.Zversion -
Commit the source code to
git -
Create a tag with the command:
git tag releases/X.Y.Z -
Run commands:
git pushandgit push --tags -
run
makeormake VERSION=<X.Y.Z>, this will copy all the files for the release in a directory namedscript-assess-X.Y.ZinMakefile:$DEST_DIR