diff options
Diffstat (limited to 'MgaRepo')
-rw-r--r-- | MgaRepo/commands/submit.py | 2 | ||||
-rw-r--r-- | MgaRepo/layout.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MgaRepo/commands/submit.py b/MgaRepo/commands/submit.py index 2def907..d9dfdbc 100644 --- a/MgaRepo/commands/submit.py +++ b/MgaRepo/commands/submit.py @@ -57,7 +57,7 @@ Examples: mgarepo submit --define section=core/updates_testing -t 1 """ -DEFAULT_TARGET = "Cooker" +DEFAULT_TARGET = "cauldron" def parse_options(): parser = OptionParser(help=HELP) diff --git a/MgaRepo/layout.py b/MgaRepo/layout.py index f0aaf27..093b276 100644 --- a/MgaRepo/layout.py +++ b/MgaRepo/layout.py @@ -195,7 +195,7 @@ def distro_branch(pkgdirurl): path = os.path.normpath(parsed[2]) if path.startswith(devel_path): # devel_branch must be before branches_dir in order to allow - # devel_branch to be inside branches_dir, as in /branches/cooker + # devel_branch to be inside branches_dir, as in /branches/cauldron _, found = os.path.split(devel_branch) elif path.startswith(branches_path): comps = path.split("/") |