forked from distok/cutthecord
Add ENV value note to building.md
This commit is contained in:
parent
45ae1da7c0
commit
34ed1d26a1
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ CTCCI requires python3.6+, and also likely requires Linux (I haven't tried it on
|
||||||
|
|
||||||
#### Running builds
|
#### Running builds
|
||||||
|
|
||||||
|
- First off, if you're not running as root (you shouldn't!), set an environment variable called `DISTOK_VERSION_LOGS` to an empty directory (such as `export DISTOK_VERSION_LOGS="/home/ave/distokversionlogs"`). This directory will hold versions that will increase. This is a hack that I need to eventually improve.
|
||||||
- Simply run the `ctcci.py` script, with first argument being branch name, and latter ones being name of patches you want to add in.
|
- Simply run the `ctcci.py` script, with first argument being branch name, and latter ones being name of patches you want to add in.
|
||||||
|
|
||||||
Example: `python3.6 /home/ave/distokrepos/cutthecord/ctcci/ctcci.py ave mutant customfont slashcommands tokenlogin customtheme customdefaultemoji customring bettertm notrack noprofilestrip nonearby experiments noblocked squareavatars`
|
Example: `python3.6 /home/ave/distokrepos/cutthecord/ctcci/ctcci.py ave mutant customfont slashcommands tokenlogin customtheme customdefaultemoji customring bettertm notrack noprofilestrip nonearby experiments noblocked squareavatars`
|
||||||
|
|
Loading…
Reference in a new issue