Kaydet (Commit) 13bbb6cb authored tarafından Eray Özkural's avatar Eray Özkural

* be smart

üst 97aa4832
......@@ -85,6 +85,7 @@ class Index(XmlFile):
ctx.packagedb.remove_repo(repo, txn=txn)
for pkg in self.packages:
ctx.packagedb.add_package(pkg, repo, txn=txn)
ctx.sourcedb.remove_repo(repo, txn=txn)
for sf in self.specs:
ctx.sourcedb.add_spec(sf, repo, txn=txn)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment