projects
/
deploy-hooks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4f35e13
)
added symlink creation to edward.git
master
author
Lisa Marie Maginnis
<lisam@fsf.org>
Thu, 4 Aug 2016 14:55:22 +0000
(10:55 -0400)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Thu, 4 Aug 2016 14:55:22 +0000
(10:55 -0400)
edward.git/post-update
patch
|
blob
|
blame
|
history
diff --git
a/edward.git/post-update
b/edward.git/post-update
index 41f08b2f072cca5f0749f61de4f6e75049d1bf73..28eb768ad850ed7e2130df46b74cb7db3429941f 100755
(executable)
--- a/
edward.git/post-update
+++ b/
edward.git/post-update
@@
-71,6
+71,8
@@
zip -r $package_name $branch -x "*/.git/*" "*/.gitignore" &>/dev/null
echo -n $(date "$date_fmt"); echo " - Pushing to packaging server: https://$package_host/emailselfdefense.fsf.org/edward/"
scp $package_name.zip $package_name.tar.gz $package_user@$package_host:$package_path/ >/dev/null
echo -n $(date "$date_fmt"); echo " - Pushing to packaging server: https://$package_host/emailselfdefense.fsf.org/edward/"
scp $package_name.zip $package_name.tar.gz $package_user@$package_host:$package_path/ >/dev/null
+ssh $package_user@$package_host ln -s $package_path/$package_name.tar.gz $package_path/edward/edward.tar.gz
+ssh $package_user@$package_host ln -s $package_path/$package_name.zip $package_path/edward/edward.zip
# Stop here if not updating a host
if [ -z $target_host ]; then
# Stop here if not updating a host
if [ -z $target_host ]; then