summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-05* enable release based selection for deb-src (closes: 731102)Michael Vogt7-35/+145
2013-12-01prepare-release: declare the packages needed as source build deps.Steve Langasek1-0/+4
2013-12-01drop old /var/state to /var/lib transition artefactsDavid Kalnischkies2-41/+1
Regardless of when this transition was, it is so long ago that everyone who would still need this has a million other problems to deal with now so lets just drop this code.
2013-12-01generate apt-key script with vendor info about keysDavid Kalnischkies6-6/+19
The apt-key script uses quiet a few keyring files for operation which are specific to the distribution it is build on and is hence one of the most patched parts – even if it is not that often used anymore now that a fragment directory for trusted.gpg exists.
2013-12-01cherry-pick ubuntus (disabled) net-update fixesDavid Kalnischkies4-13/+126
With the net-update command a special keyring can be downloaded and imported into apt, which must be signed by a master key. Its is currently disabled because of security problems with it – and the only known user before that was Ubuntu.
2013-11-30use a substvar to set the archive-keyring in debian/controlDavid Kalnischkies5-4/+40
Adds a small helper to extract the small information bits we store in apt-vendor.ent and uses it in debian/rules to set apt:keyring as a substvar for debian/control populated with the &keyring-package; info
2013-11-30add a vendor specific file to have configurable entitiesDavid Kalnischkies28-166/+210
manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later.
2013-11-30introduce a vendor system to change sources.listDavid Kalnischkies9-7/+89
Many derivatives make quiet a few simple changes to apt introducing silly diffs just to change examples and co making it harder for them to update apt and harder for us to merge real changes back. First stop: doc/examples/sources.list
2013-11-30enable NOISE for build logs to enable analyseDavid Kalnischkies1-0/+3
It was enabled for a (long) while in Ubuntu, but it shouldn't hurt to enable it in Debian as well – especially now that Debian has automatic analyses of the buildlogs which don't work that well without the 'noise'
2013-11-30merge ubuntus apport reporting changes to reduce diffDavid Kalnischkies1-5/+54
apport reporting is still disabled by default, but it is available in Debian/experimental at the moment and a diff is not a good idea anyway.
2013-11-30tests: add a webserverconfig method to abstract configDavid Kalnischkies4-6/+20
The URI to use to set a config option is a bit arcane to write/remember and checking if the setting was successful doubly so. Git-Dch: Ignore
2013-11-30tests: rm pkgcache.bin in 719263 testDavid Kalnischkies1-0/+1
As testcases are running really fast it can happen that files which are changed in reality are considered unchanged as the modify time isn't changed. What we could do is disable those caches by default, but some tests actually depend on those and deriving too much from the default by default (pun intended) is not a good idea for tests after all. Git-Dch: Ignore
2013-11-30webserver: use pthreads to handle multiple clientsDavid Kalnischkies2-163/+201
Clients like browsers prefer to open many connections and keep them open for a while, so that pages with lot of subelements would take a while to load (if at all), by using threads as all servers do some way or another we can resolve this. libapt is not intended to be pthread-safe and stuff like the storage of the last return code doesn't make too much sense if multiple clients interact with us, but it is good enough for now and an other interesting (mis)use of libapt in general. Git-Dch: Ignore
2013-11-30webserver: strip parameters from filenameDavid Kalnischkies1-1/+9
Again, not (currently) used by the tests itself, but in interactive usage of the webserver itself. Git-Dch: Ignore
2013-11-30webserver: add directoryIndex support defaulting to index.htmlDavid Kalnischkies1-3/+15
Git-Dch: Ignore
2013-11-30webserver: implement ~user access to ~user/public_html/David Kalnischkies1-1/+25
pretty much useless for the testcases, but handy to test the webserver itself in 'real world' environments Git-Dch: Ignore
2013-11-30tests: enhance https support in the testcasesDavid Kalnischkies2-8/+14
Git-Dch: Ignore
2013-11-30webserver: spurious newline after data confuses curlDavid Kalnischkies1-9/+9
Webserver wrongly sends an additional newline after the data which causes curl to believe that the next request on this socket has no header data and so includes all headers in the data output. Git-Dch: Ignore
2013-11-30truncating /dev/null to zero is always successfulDavid Kalnischkies1-0/+3
Calling truncate on /dev/null can happen by the download methods if they are instructed to download a file to /dev/null (as testcases are only interested in the status code, but do not support HEAD requests yet) So just ignore truncate calls on the /dev/null file as it is always empty anyway, so truncating to zero isn't a problem. Git-Dch: Ignore
2013-11-29releasing package apt version 0.9.13.10.9.13.1Michael Vogt1-2/+2
2013-11-29fix apport report writing (LP: #1254499)Michael Vogt2-1/+2
2013-11-29reset terminal on error (closes: #730795)Michael Vogt2-0/+2
2013-11-29update changelogMichael Vogt1-0/+1
2013-11-29fix crash when SetCandidateRelease is usedMichael Vogt3-1/+40
2013-11-29update changelogMichael Vogt1-1/+3
2013-11-29Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt14-27/+193
Conflicts: apt-private/private-cmndline.cc
2013-11-29Merge branch 'feature/edit-sources' into debian/sidMichael Vogt12-24/+190
2013-11-29add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt4-3/+34
2013-11-29add support for "apt edit-source foo" sources.list.d component editingMichael Vogt1-4/+14
2013-11-29add autopkgtestMichael Vogt3-0/+10
2013-11-28add missing test/integration/test-bug-720597-build-dep-purgeMichael Vogt1-0/+36
2013-11-28update changelogMichael Vogt1-2/+3
2013-11-28Merge remote-tracking branch 'mvo/feature/short-list' into debian/sidMichael Vogt4-6/+14
2013-11-28add "-f" option to "build-dep" as sbuild is using it to fix regression with ↵Michael Vogt2-1/+8
cross-building (LP: #1255806)
2013-11-28fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt4-9/+23
2013-11-28fix "apt-get --purge build-dep" (closes: #720597)Michael Vogt2-0/+8
2013-11-28move EditSources into its own fileMichael Vogt4-38/+50
2013-11-26add check when sources.list changedMichael Vogt3-11/+43
2013-11-26add syntax check for sources.listMichael Vogt1-3/+16
2013-11-26rename APT::Cmd::AllVersions -> APT::Cmd::All-Versions, APT::Cmd::UseRegexp ↵Michael Vogt2-3/+3
-> APT::Cmd::Use-Regexp
2013-11-26add APT::Cmd::List-Include-SummaryMichael Vogt2-1/+4
2013-11-25do not show summary in "apt list"Michael Vogt3-6/+11
2013-11-25add basic "edit-sources" commandMichael Vogt5-19/+87
2013-11-24upload 0.9.13 to unstableMichael Vogt1-2/+2
2013-11-23Changed MinAgeSec to MinAge in /etc/cron.daily/apt:200,204 LP: #1206047Michael Vogt2-2/+10
2013-11-01small documentation updates0.9.13_exp1Michael Vogt4-2/+8
2013-11-01releasing package apt version 0.9.13~exp10.9.13.exp1Michael Vogt1-2/+2
2013-10-31prepare new uploadMichael Vogt1-0/+24
2013-10-31setup LINES in apt-pkg/install-progress.ccMichael Vogt1-0/+5
2013-10-31use StartDpkg() in PackageManagerProgressDeb822Fd as wellMichael Vogt2-2/+2