projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327a998
)
Using port 222 on git.indexdata.dk
author
Heikki Levanto
<heikki@indexdata.dk>
Tue, 9 Aug 2011 10:58:45 +0000
(10:58 +0000)
committer
Heikki Levanto
<heikki@indexdata.dk>
Tue, 9 Aug 2011 10:58:45 +0000
(10:58 +0000)
id-new-project/id-new-project.sh
patch
|
blob
|
history
diff --git
a/id-new-project/id-new-project.sh
b/id-new-project/id-new-project.sh
index
803622e
..
f2690b2
100755
(executable)
--- a/
id-new-project/id-new-project.sh
+++ b/
id-new-project/id-new-project.sh
@@
-39,7
+39,7
@@
if git clone --bare $SRC ${PROJ}.git; then
chmod +x hooks/post-receive
git config hooks.mailinglist gitid@indexdata.dk
cd ..
- scp -r ${PROJ}.git git.indexdata.com:/home/git/${TYPE}
- ssh git.indexdata.com "cd /home/git/${TYPE}/${PROJ}.git && chmod -R g+w . && chgrp -R git . && find . -type d | xargs chmod g+s"
+ scp -P 222 -r ${PROJ}.git git.indexdata.com:/home/git/${TYPE}
+ ssh -p 222 git.indexdata.com "cd /home/git/${TYPE}/${PROJ}.git && chmod -R g+w . && chgrp -R git . && find . -type d | xargs chmod g+s"
fi