From 81e0d3a84b40643ca6a07c4bd9cb8841f664c507 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 1 Mar 2017 01:51:03 +0000 Subject: [PATCH] Undo the changes for pkgdb syncing git branches Signed-off-by: Mohan Boddu --- roles/distgit/templates/pkgdb_sync_git_branches.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/distgit/templates/pkgdb_sync_git_branches.py b/roles/distgit/templates/pkgdb_sync_git_branches.py index bf2677cb28..f3d1d641d3 100644 --- a/roles/distgit/templates/pkgdb_sync_git_branches.py +++ b/roles/distgit/templates/pkgdb_sync_git_branches.py @@ -70,8 +70,7 @@ PKGDB_URL = 'https://admin.fedoraproject.org/pkgdb' GIT_FOLDER = '/srv/git/repositories/' -#MKBRANCH = '/usr/local/bin/mkbranch' -MKBRANCH = '/usr/local/bin/mkbranch_branching' +MKBRANCH = '/usr/local/bin/mkbranch' SETUP_PACKAGE = '/usr/local/bin/setup_git_package' THREADS = 20