summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-03-09 04:04:45 +0100
committerMihai Moldovan <ionic@ionic.de>2015-03-09 04:04:45 +0100
commitecb5ef9f259533ed9829f438010e6d9ada2e7c3f (patch)
tree3cff8a82bb29e94258a94e42552c9383b535b028
parent84fe386459222f43da1dfc6aa24f5a06855d671c (diff)
downloadbuildscripts-ecb5ef9f259533ed9829f438010e6d9ada2e7c3f.tar.gz
buildscripts-ecb5ef9f259533ed9829f438010e6d9ada2e7c3f.tar.bz2
buildscripts-ecb5ef9f259533ed9829f438010e6d9ada2e7c3f.zip
bin/gitcreate: use new scripts for creating the git repository.
-rwxr-xr-xbin/gitcreate4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gitcreate b/bin/gitcreate
index 07528c3..166e091 100755
--- a/bin/gitcreate
+++ b/bin/gitcreate
@@ -13,8 +13,8 @@ for pkg in "${@}"; do
subdir="$(dirname ${pkg})/"
pkg="$(basename ${pkg})"
- ssh -l"${GIT_USER}" "${GIT_HOSTNAME}" "cd ~/git && ./setup-repository ${subdir}${pkg} '${pkg} upstream project'"
- ssh -l"${GIT_USER}" "${GIT_HOSTNAME}" "cd ~/git && ./update-repository-posixacls ${subdir}${pkg}"
+ ssh -l"${GIT_USER}" "${GIT_HOSTNAME}" "cd ~/git && _misc_/setup-repository ${subdir}${pkg} '${pkg} upstream project'"
+ ssh -l"${GIT_USER}" "${GIT_HOSTNAME}" "cd ~/git && _misc_/update-repository-posixacls ${subdir}${pkg}"
POP="0"
if [ -d "${pkg}" ]; then