mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
added modified tupkgupdate and tupkgupdate64
This commit is contained in:
parent
d397bac2d1
commit
df8c5ef53a
2 changed files with 584 additions and 1 deletions
|
@ -575,7 +575,7 @@ for package in dbremove:
|
|||
error("repo-remove returned an error!")
|
||||
sys.exit(-1)
|
||||
for package in dbmodify:
|
||||
retval = runRepoAdd(repo_dir, package.new.file)
|
||||
retval = runRepoAdd(repo_dir, package)
|
||||
if (retval != 0):
|
||||
error("repo-add returned an error!")
|
||||
sys.exit(-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue