Stop creating jeepyb scratch repos
A long time ago, we created repos on the git farm for the use of Zuul. We put those in /var/lib/git/zuul. They were not added to the cgit index, so were generally not visible. E.g., /var/lib/git/zuul/openstack/nova.git We no longer use them, and we now want to create repos in the zuul namespace, E.g., /var/lib/git/zuul/project-config.git. Therefore we need to tell jeepyb to stop creating repos in the zuul directory and additionally manually remove the repos from the git servers. Change-Id: Ibb72bc5e8a21195e829f55c5bea242ca69c6fceb
This commit is contained in:
parent
8936916be4
commit
aaa6de7541
@ -197,11 +197,6 @@ class openstack_project::git_backend (
|
|||||||
exec { 'create_cgitrepos':
|
exec { 'create_cgitrepos':
|
||||||
command => 'create-cgitrepos',
|
command => 'create-cgitrepos',
|
||||||
path => '/bin:/usr/bin:/usr/local/bin',
|
path => '/bin:/usr/bin:/usr/local/bin',
|
||||||
environment => [
|
|
||||||
'SCRATCH_SUBPATH=zuul',
|
|
||||||
'SCRATCH_OWNER=zuul',
|
|
||||||
'SCRATCH_GROUP=zuul',
|
|
||||||
],
|
|
||||||
require => [
|
require => [
|
||||||
File['/home/cgit/projects.yaml'],
|
File['/home/cgit/projects.yaml'],
|
||||||
User['zuul'],
|
User['zuul'],
|
||||||
|
Loading…
Reference in New Issue
Block a user