Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9340517
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/deploy.sh b/deploy.sh
index bd0c5fe6..14a7d41c 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,34 +1,34 @@
#!/bin/bash
# deploy.sh: deploy a new version of our puppet environment from git
#
# Merges r10k and other repositories for private stuff
#
set -e
PUPPET_ENV_PATH=$(puppet config print environmentpath)
declare -A GIT_REPOS_TO_MERGE
GIT_REPOS_TO_MERGE+=(
- ["data/private"]="git@forge.softwareheritage.org:/source/puppet-swh-private-data.git"
+ ["data/private"]="git@gitlab.softwareheritage.org:infra/puppet/puppet-swh-private-data.git"
)
/usr/bin/r10k deploy environment -p "$@"
for environmentdir in $PUPPET_ENV_PATH/*; do
cd $environmentdir
for dest in ${!GIT_REPOS_TO_MERGE[@]}; do
if [ -d $dest/.git ]; then
cd $dest
/usr/bin//git reset --hard HEAD
/usr/bin/git pull
cd $environmentdir
else
/usr/bin/git clone ${GIT_REPOS_TO_MERGE[${dest}]} $dest
fi
done
cd ..
done
cp $PUPPET_ENV_PATH/production/deploy.sh /usr/local/bin
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jul 4, 10:46 AM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3296202
Attached To
rSPSITE puppet-swh-site
Event Timeline
Log In to Comment