mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
tupkgupdate: remove dead code
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
3c8442d70c
commit
53bb32a15a
1 changed files with 0 additions and 6 deletions
|
@ -564,12 +564,6 @@ for file in delete:
|
|||
if (switches.get("--delete") == True):
|
||||
for file in copy:
|
||||
deleteFile(file)
|
||||
# Run gensync to build the repo index
|
||||
#if (len(copy) + len(delete) > 0):
|
||||
# retval = runGensync(repo_dir, pkgbuild_dir)
|
||||
# if (retval != 0):
|
||||
# error("Gensync returned an error!")
|
||||
# sys.exit(-1)
|
||||
|
||||
# Run updatesync where it is needed
|
||||
for package in dbremove:
|
||||
|
|
Loading…
Add table
Reference in a new issue