summaryrefslogtreecommitdiffstats
path: root/bin/apt-update-file
Commit message (Collapse)AuthorAgeFilesLines
* De-duplicate setup_pathEmilio Pozuelo Monfort2020-08-131-16/+1
| | | | | | | | | | All the scripts in bin/ can share the definition. Also setup_paths.py calls setup_path so one just has to import that module before importing those from lib/python/. Additionally this helps some scripts work better under Python 3, as one variant of setup_paths that we had called string.rfind, which is not present there.
* apt-update-file: switch to Python 3Emilio Pozuelo Monfort2020-08-061-1/+1
|
* Fix print statements for Python 3.6 compatibilityBrian May2018-08-061-3/+4
|
* Replace <> with != for Python 3.6 compatibilityBrian May2018-07-151-1/+1
|
* Update python exception syntax for Python 3.6 compatibilityBrian May2018-07-131-1/+1
|
* NFUsFederico Ceratto2011-10-161-1/+0
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@17437 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/apt-update-file: In case of an error, print source and targetFlorian Weimer2008-12-021-1/+7
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@10581 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/apt-update-file:Florian Weimer2005-12-151-1/+1
| | | | | | | Be less verbose. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@3054 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/apt-update-file:Florian Weimer2005-09-131-1/+0
| | | | | | | | | | | | | | | | Remove unnecessary import. lib/python/debian_support.py (listReleases): Add "sid". (replaceFile): Remove temporary file on exception. (updateFile): The file constructor raises IOError if the file does not exist. urllib does not raise a proper exception on 4xx errors. Handle varying whitespace in SHA1-Current field. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1943 e39458fd-73e7-0310-bf30-c45bca0a0e42
* lib/python/debian_support.py:Florian Weimer2005-09-121-0/+30
Add support for downloading package file diffs. bin/apt-update-file: Driver script for the new functionality. (I will use this functionality to implement package database replication. The goal is to keep a local copy of all the interesting data, so that we no longer need to consult madison etc.) git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1939 e39458fd-73e7-0310-bf30-c45bca0a0e42

© 2014-2024 Faster IT GmbH | imprint | privacy policy