Mass branching, move from master to rawhide

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2021-02-09 11:20:12 -05:00
parent 0f606c1d70
commit f6d75dfca0

View file

@ -18,7 +18,7 @@ import subprocess
import sys import sys
_base_path = '/srv/git/repositories' _base_path = '/srv/git/repositories'
_branch_from = 'master' _branch_from = 'rawhide' # For rpms namespace only
def _get_arguments(): def _get_arguments():