summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-10-31 22:04:54 +0100
committerLeif Johansson <leifj@sunet.se>2013-10-31 22:04:54 +0100
commitdb0d42a62842ccd8103daae76e4a6ccf26cf1aac (patch)
treecb4e09e90fa27fabec6e455654f4fc7f36201c74 /apt
parente075010ec11e2377784ee9f9e9f7d3625e34bc35 (diff)
boostrap keys dir
Diffstat (limited to 'apt')
-rwxr-xr-xapt/bootstrap-cosmos.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/bootstrap-cosmos.sh b/apt/bootstrap-cosmos.sh
index 263c083..5dbb21a 100755
--- a/apt/bootstrap-cosmos.sh
+++ b/apt/bootstrap-cosmos.sh
@@ -29,6 +29,7 @@ perl -pi -e "s,#COSMOS_REPO_MODELS=.*,COSMOS_REPO_MODELS=\"\\\$COSMOS_REPO/globa
perl -pi -e 's,#COSMOS_UPDATE_VERIFY_GIT_TAG_PATTERN=.*,COSMOS_UPDATE_VERIFY_GIT_TAG_PATTERN="eduid-cosmos*",' /etc/cosmos/cosmos.conf
COSMOS_BASE=/var/cache/cosmos /var/cache/cosmos/repo/global/post-tasks.d/015cosmos-trust
+COSMOS_KEYS=/var/cache/cosmos/repo/global/overlay/etc/cosmos/keys
(date; nohup cosmos -v update && nohup cosmos -v apply; date) > /var/log/cosmos.log 2>&1