diff --git a/scripts/distgit/pkgdb2branch.py b/scripts/distgit/pkgdb2branch.py index dee7e4e..8bc0503 100755 --- a/scripts/distgit/pkgdb2branch.py +++ b/scripts/distgit/pkgdb2branch.py @@ -187,7 +187,8 @@ class Brancher(object): (branch, pkgname)) # Add the master to the branch - branch = '%s/master' % branch + # No longer add this after the new branching setup. + #branch = '%s/master' % branch # If branchFrom is None, this is an EOL release # If the directory already exists, no need to invoke mkbranch if branchFrom: