From 2f150db563d11c4ce5b62eae4000d6625fc374ca Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Sat, 11 Feb 2012 10:39:37 +0100 Subject: add pkglist scripts for gitolite for both server and ct client --- examples/pkglist-gitolite | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 examples/pkglist-gitolite (limited to 'examples/pkglist-gitolite') diff --git a/examples/pkglist-gitolite b/examples/pkglist-gitolite new file mode 100755 index 0000000..537093a --- /dev/null +++ b/examples/pkglist-gitolite @@ -0,0 +1,9 @@ +#!/bin/bash +# added to ct as PKGLIST_PATH script with PKGLIST_LOCAL=1 +# +# This file is licensed under the GPL v2. +# (c) Michael Gebetsroither + +ssh $PKG_USER@${PKG_HOST} list_config_repos |while read reponame_ type_ hash_; do + echo $reponame_ $type_ $hash_ "$PKG_USER@${PKG_HOST}:${PKG_PATH}/${reponame_}.git" +done -- cgit v1.2.3