diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-07-19 06:15:44 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-07-19 06:17:18 +0200 |
commit | ba48cc19f391339c9f6625cf589de61278dd2feb (patch) | |
tree | fff2118eb07facd07b9b87552d1235ed39f97c84 /MgaRepo/layout.py | |
parent | cfdb6b3eb9f1638946ea9cbbcad06117d51b9b2b (diff) | |
download | mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.tar mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.tar.gz mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.tar.bz2 mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.tar.xz mgarepo-ba48cc19f391339c9f6625cf589de61278dd2feb.zip |
s/cooker/cauldron/
thus fixing some stupid upload errors related to backports
Diffstat (limited to 'MgaRepo/layout.py')
-rw-r--r-- | MgaRepo/layout.py | 2 |
1 files changed, 1 insertions, 1 deletions
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("/") |