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:
1162490
)
Changed deply hook to push on master
author
Lisa Marie Maginnis
<lisam@fsf.org>
Thu, 2 Apr 2015 19:43:38 +0000
(15:43 -0400)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Thu, 2 Apr 2015 19:43:38 +0000
(15:43 -0400)
deploy-hooks.git/post-update
patch
|
blob
|
blame
|
history
diff --git
a/deploy-hooks.git/post-update
b/deploy-hooks.git/post-update
index 58062da8ca297fb200b97fcbfc0a9a52f50d28e2..8db3024234e7ae21a10f530c6ba70f73e6ffb019 100755
(executable)
--- a/
deploy-hooks.git/post-update
+++ b/
deploy-hooks.git/post-update
@@
-6,7
+6,7
@@
REPO_DIR=$HOME/repositories
CHECKOUT_DIR=$HOME/local/checkouts/deploy-hooks
case $1 in
- refs/heads/
stable
)
+ refs/heads/
master
)
echo "Updating hooks on vcs.fsf.org..."
;;
*)