From 34ed1d26a13c64b38b672f27ae63be554dabea57 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Sun, 17 May 2020 19:49:17 +0300 Subject: [PATCH] Add ENV value note to building.md --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 984ffb2..b8f6a26 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -27,6 +27,7 @@ CTCCI requires python3.6+, and also likely requires Linux (I haven't tried it on #### 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. 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`