index
:
~helmut/debian-dedup.git
binaryfilename
blobhash
conflicts
controldata
hashid
master
morehashes
multiarch
multiarchhints
sqlalchemy
ssdeep
zstd
Unnamed repository; edit this file 'description' to name the repository.
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoimport.py
Age
Commit message (
Expand
)
Author
2023-05-09
add type annotations to most of the code
HEAD
master
Helmut Grohne
2021-12-31
dedup.utils: uninline helper function iterate_packages
Helmut Grohne
2021-12-29
autoimport: avoid changing variable type
Helmut Grohne
2021-12-29
autoimport.py: convert to use pathlib
Helmut Grohne
2020-02-16
drop support for Python 2.x
Helmut Grohne
2016-11-13
autoimport: fix regresion in url computation
Helmut Grohne
2016-06-09
autoimport: fix hash check
Helmut Grohne
2016-05-25
autoimport: improve fetching package lists
Helmut Grohne
2016-05-24
use urlopen from urllib2 on py2
Helmut Grohne
2016-05-23
remove curl dependency
Helmut Grohne
2016-05-23
autoimport: add option to skip hash checking
Helmut Grohne
2016-05-22
autoimport: stream package list and use generic decompressor
Helmut Grohne
2016-05-21
move from deprecated optparse to argparse
Helmut Grohne
2016-05-01
use same Python version for autoimport and importpkg
Helmut Grohne
2016-04-08
urlopen moved from urllib to urllib.request in py3k
Helmut Grohne
2015-04-16
tempfile.mkdtemp does not like bytes in py3k
Helmut Grohne
2015-04-16
unquote moved from urllib to urllib.parse in py3k
Helmut Grohne
2014-04-21
autoimport: support protocols besides http
Helmut Grohne
2013-09-02
add option -d --database for db path to all scripts
Helmut Grohne
2013-09-02
autoimport: avoid hard coded temporary directory
Helmut Grohne
2013-07-26
verify package hashes when importing via http
Helmut Grohne
2013-07-10
schema: reference package table by integer key
Helmut Grohne
2013-06-11
autoimport: don't fork for readyaml
Helmut Grohne
2013-06-11
autoimport: support processing individual files
Helmut Grohne
2013-06-10
split the import phase to a yaml stream
Helmut Grohne
2013-03-07
use "ON DELETE CASCADE" clauses
Helmut Grohne
2013-03-07
enable enforcing foreign keys
Helmut Grohne
2013-02-25
autoimport: this is not how foreign key constraints work
Helmut Grohne
2013-02-23
autoimport: log which packages are dropped
Helmut Grohne
2013-02-22
autoimport: fix version check to actually work
Helmut Grohne
2013-02-22
autoimport: skip old versions entirely
Helmut Grohne
2013-02-22
autoimport: first wait on the import
Helmut Grohne
2013-02-21
rename test.py to importpkg.py
Helmut Grohne
2013-02-20
reduce memory usage of autoimport
Helmut Grohne
2013-02-20
implement autoimport
Helmut Grohne