Use the correct copy of gitolite.conf.
This commit is contained in:
parent
cc985b5531
commit
39226522ce
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ python /usr/local/bin/pkgdb_sync_git_branches.py
|
|||
# Leverage gitolite's Alias.pm feature to build backwards compat links
|
||||
cat /etc/gitolite/RepoAliases.header > RepoAliases.pm
|
||||
# Get all repos. Strip off 'rpms/'. Convert to perl mapping. Tack it on.
|
||||
grep rpms/ /etc/gitolite/conf/gitolite.conf | \
|
||||
grep rpms/ ./gitolite.conf | \
|
||||
sed 's/repo rpms\///g' | \
|
||||
sed "s/.*/'&' => 'rpms\/&',/g" \
|
||||
>> RepoAliases.pm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue