[28856] in Source-Commits
build-system commit: dapopulate: Limit export to the target repository
daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Fri May 4 17:48:38 2018
Date: Fri, 4 May 2018 17:48:32 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201805042148.w44LmWs4016428@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/build-system/commit/466a2a4ae5283ebfd7ae632ebcd334ea21a3f620
commit 466a2a4ae5283ebfd7ae632ebcd334ea21a3f620
Author: Anders Kaseorg <andersk@mit.edu>
Date: Fri May 4 17:48:17 2018 -0400
dapopulate: Limit export to the target repository
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
dapopulate | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dapopulate b/dapopulate
index 90c03e6..507f731 100755
--- a/dapopulate
+++ b/dapopulate
@@ -87,7 +87,7 @@ def main():
print "Copying %s from %s to %s" % (package_name, pkg.origin, repo.name)
reprepro.copy_package(pkg, pkg.origin, repo.name, export=False)
finally:
- print reprepro.call('export')
+ print reprepro.call('export', repo.name)
if __name__ == '__main__':
if not dabuildsys.claim_lock():