Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-06-20 18:34:41 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-06-20 18:34:41 (GMT)
commit65fb615964680086f28e85b008282aa65c4effbb (patch)
tree3e13dd067b5c67e88c0fd425a95e5de363802787
parent9f94ae1e8ac3206d4b12a4e7cbf9782450ca9349 (diff)
fix koji dist tag in repo build script
-rw-r--r--repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index cccaec9..e9155fa 100644
--- a/repo
+++ b/repo
@@ -27,7 +27,7 @@ target_repo = \
def fetch(packages):
for pkg in packages:
subprocess.check_call(['koji', 'download-build', '--arch=i586', '--arch=noarch',
- '--latestfrom=dist-f11', pkg])
+ '--latestfrom=dist-f11-updates-candidate', pkg])
def _createrepo(repo_path):
rpms = os.listdir('.')