diff options
author | Dan McGee <dan@archlinux.org> | 2008-11-12 02:37:21 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-11-12 12:59:12 +0100 |
commit | 53bb32a15a7b34ebe95c52b6e31d4cd9666d4ae6 (patch) | |
tree | 7803f595a321ba633a1b318d992f38a403a1d060 /tupkg/update | |
parent | 3c8442d70c006c99b06cd3995303c7ecca76b461 (diff) | |
download | aur-53bb32a15a7b34ebe95c52b6e31d4cd9666d4ae6.tar.gz aur-53bb32a15a7b34ebe95c52b6e31d4cd9666d4ae6.tar.xz |
tupkgupdate: remove dead code
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'tupkg/update')
-rwxr-xr-x | tupkg/update/tupkgupdate | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tupkg/update/tupkgupdate b/tupkg/update/tupkgupdate index 5ceb7261..d5b1041a 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: |