diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-25 18:28:02 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-25 18:28:02 +0000 |
commit | 67b8db910bd732d078f8fb2c84d51736e2bee556 (patch) | |
tree | 9f36259c30db9aa3a6333a934248c40b4ff018e0 /MgaRepo | |
parent | 0ae727f14c7d564844dd0b0ac41c37943f9fcf9d (diff) | |
download | mgarepo-67b8db910bd732d078f8fb2c84d51736e2bee556.tar mgarepo-67b8db910bd732d078f8fb2c84d51736e2bee556.tar.gz mgarepo-67b8db910bd732d078f8fb2c84d51736e2bee556.tar.bz2 mgarepo-67b8db910bd732d078f8fb2c84d51736e2bee556.tar.xz mgarepo-67b8db910bd732d078f8fb2c84d51736e2bee556.zip |
set property binrepo-rev instead of mdv:binrepo-rev (but still not used)
Diffstat (limited to 'MgaRepo')
-rw-r--r-- | MgaRepo/binrepo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/binrepo.py b/MgaRepo/binrepo.py index 238f64c..9c77621 100644 --- a/MgaRepo/binrepo.py +++ b/MgaRepo/binrepo.py @@ -18,7 +18,7 @@ DEFAULT_TARBALLS_REPO = "/tarballs" BINARIES_DIR_NAME = "SOURCES" BINARIES_CHECKOUT_NAME = "SOURCES-bin" -PROP_BINREPO_REV = "mdv:binrepo-rev" +PROP_BINREPO_REV = "binrepo-rev" BINREPOS_SECTION = "binrepos" |