Do it live.
This commit is contained in:
parent
85e8e78cda
commit
45724ecd35
2 changed files with 0 additions and 5 deletions
|
@ -131,8 +131,6 @@ if __name__ == '__main__':
|
||||||
(pkg, ACTIVE[branch])
|
(pkg, ACTIVE[branch])
|
||||||
)
|
)
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
# While we debug this issue in stg
|
|
||||||
print ''
|
print ''
|
||||||
print 'repo %s%s' % (key, pkg)
|
print 'repo %s%s' % (key, pkg)
|
||||||
print '\n'.join(buffer)
|
print '\n'.join(buffer)
|
||||||
|
@ -141,7 +139,6 @@ if __name__ == '__main__':
|
||||||
print ' RWC refs/tags/ = %s' % ' '.join(writers)
|
print ' RWC refs/tags/ = %s' % ' '.join(writers)
|
||||||
if masters:
|
if masters:
|
||||||
print ' RWC = %s' % ' '.join(masters)
|
print ' RWC = %s' % ' '.join(masters)
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Bring backward compatibility while we keep the symlinks in place
|
# Bring backward compatibility while we keep the symlinks in place
|
||||||
# from the old to the new locations.
|
# from the old to the new locations.
|
||||||
|
|
|
@ -12,7 +12,6 @@ if /usr/local/bin/genacls.pkgdb > gitolite.conf ; then
|
||||||
chown gen-acls:gen-acls -R /etc/gitolite/conf/
|
chown gen-acls:gen-acls -R /etc/gitolite/conf/
|
||||||
HOME=/srv/git /usr/bin/gitolite compile
|
HOME=/srv/git /usr/bin/gitolite compile
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
# After compiling, we have to stick some magic into the gl-conf files of
|
# After compiling, we have to stick some magic into the gl-conf files of
|
||||||
# every repo so that gitolite will understand our symlinks from rpms/
|
# every repo so that gitolite will understand our symlinks from rpms/
|
||||||
cd /srv/git/repositories
|
cd /srv/git/repositories
|
||||||
|
@ -23,7 +22,6 @@ if /usr/local/bin/genacls.pkgdb > gitolite.conf ; then
|
||||||
echo '$one_config{"'$repo'"} = $one_config{"rpms/'$repo'"};' >> $repodir/gl-conf;
|
echo '$one_config{"'$repo'"} = $one_config{"rpms/'$repo'"};' >> $repodir/gl-conf;
|
||||||
echo '$one_repo{"'$repo'"} = $one_repo{"rpms/'$repo'"};' >> $repodir/gl-conf;
|
echo '$one_repo{"'$repo'"} = $one_repo{"rpms/'$repo'"};' >> $repodir/gl-conf;
|
||||||
done
|
done
|
||||||
{% endif %}
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue