summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-11-11 19:37:21 -0600
committerLoui Chang <louipc.ist@gmail.com>2008-11-12 06:59:12 -0500
commit53bb32a15a7b34ebe95c52b6e31d4cd9666d4ae6 (patch)
tree7803f595a321ba633a1b318d992f38a403a1d060
parent3c8442d70c006c99b06cd3995303c7ecca76b461 (diff)
downloadaurweb-53bb32a15a7b34ebe95c52b6e31d4cd9666d4ae6.tar.xz
tupkgupdate: remove dead code
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rwxr-xr-xtupkg/update/tupkgupdate6
1 files changed, 0 insertions, 6 deletions
diff --git a/tupkg/update/tupkgupdate b/tupkg/update/tupkgupdate
index 5ceb726..d5b1041 100755
--- a/tupkg/update/tupkgupdate
+++ b/tupkg/update/tupkgupdate
@@ -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: