diff options
author | Michael Gebetsroither <michael@mgeb.org> | 2012-02-11 11:52:17 +0100 |
---|---|---|
committer | Michael Gebetsroither <michael@mgeb.org> | 2012-02-11 11:52:17 +0100 |
commit | f0417353f0e3196e67b5a38eafe175fe92962bb8 (patch) | |
tree | d957fed10ac60853677f19185357d72395884240 /examples | |
parent | 2f150db563d11c4ce5b62eae4000d6625fc374ca (diff) |
correct remote gitolite adc name
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/pkglist-gitolite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pkglist-gitolite b/examples/pkglist-gitolite index 537093a..16fe299 100755 --- a/examples/pkglist-gitolite +++ b/examples/pkglist-gitolite @@ -4,6 +4,6 @@ # This file is licensed under the GPL v2. # (c) Michael Gebetsroither <michael@mgeb.org> -ssh $PKG_USER@${PKG_HOST} list_config_repos |while read reponame_ type_ hash_; do +ssh $PKG_USER@${PKG_HOST} pkglist-gitolite-adc |while read reponame_ type_ hash_; do echo $reponame_ $type_ $hash_ "$PKG_USER@${PKG_HOST}:${PKG_PATH}/${reponame_}.git" done |