summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* get color/msglevel handling for tests in lineDavid Kalnischkies2014-01-172-24/+41
| | | | | | | | | Without a PTY attached do not use color, but use the same MSGLEVEL with or without a PTY. The level is better adjust via flags – especially as it is likely that without a PTY you want fullblown logs instead of the reduced display you get with -q otherwise. Git-Dch: Ignore
* ensure the right permissions as dpkg-deb ensistsDavid Kalnischkies2014-01-171-0/+2
| | | | | | | | | otherwise you get with pickier umasks errors like: dpkg-deb: error: control directory has bad permissions 700 (must be >=0755 and <=0775) so we just force a 755 for the control directory and dpkg is happy. Git-Dch: Ignore
* use our tmpdir instead of creating tmpfilesDavid Kalnischkies2014-01-171-20/+12
| | | | | | | | | Maintaining (mainly the deletion of them) is a pain and they litter /tmp while the testcase is run for no good reason as we could just as well drop it into our tmpdir we have anyway and let them be deleted with the rest automatically Git-Dch: Ignore
* correct some quoting offensesDavid Kalnischkies2014-01-171-31/+43
| | | | | | | also avoids redirecting messages from dpkg-deb to /dev/null as it might fail (as it is quiet picky) and we should know why if it does. Git-Dch: Ignore
* improve stdout/stderr usage correctness in test frameworkDavid Kalnischkies2014-01-173-21/+30
| | | | | | | | Also adds a friendly note about how many tests were run/passed so that the end of the testrun isn't all that negative by just showing fails. (It now tells us that we have 111 tests at the moment!) Git-Dch: Ignore
* use our own homedir for gpg in testcasesDavid Kalnischkies2014-01-161-2/+23
| | | | Git-Dch: Ignore
* use gpg --homedir instead of explicit file placementDavid Kalnischkies2014-01-161-13/+14
| | | | | | Avoids that gpg gets the idea it could use files from the user which weren't overridden specifically like secret keyring and trustdb as before.
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-1622-142/+133
| | | | | | | | The most "visible" change is from utime to utimensat/futimens as the first one isn't part of POSIX anymore. Reported-By: cppcheck Git-Dch: Ignore
* rework some code to fix some scan-build warningsDavid Kalnischkies2014-01-167-38/+42
| | | | | | | | No visible functional changes, just code moved around and additional checks to eliminate impossible branches Reported-By: scan-build Git-Dch: Ignore
* show the error message if the webserver start failedDavid Kalnischkies2014-01-161-2/+6
| | | | | | Can happen e.g. if port 8080 is already used by something else Git-Dch: Ignore
* test apt-get source release selection with suite and codenameDavid Kalnischkies2014-01-151-1/+13
| | | | Git-Dch: Ignore
* tests: default to 'sid' codename for 'unstable'David Kalnischkies2014-01-152-2/+7
| | | | Git-Dch: Ignore
* use C.UTF-8 in testcases as localeDavid Kalnischkies2014-01-151-5/+5
| | | | Git-Dch: Ignore
* debian/rules: Call dh_makeshlibs for 'apt'Julian Andres Klode2014-01-051-0/+1
| | | | | | | | The package ships libapt-private now, so we need an ldconfig call in postinst. dh_makeshlibs creates one for us. Reported-by: lintian
* l10n: vi.po (617t): Update translation up to v0.9.14.2Trần Ngọc Quân2014-01-011-4/+4
| | | | Signed-off-by: Michael Vogt <mvo@debian.org>
* l10n: vi.po(617t): Update Vietnamese translationTrần Ngọc Quân2014-01-011-126/+174
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* prepare releaseMichael Vogt2013-12-2955-800/+852
|
* vendor/ubuntu/sources.list.in: whitespace fixMichael Vogt2013-12-291-2/+2
|
* update changelogMichael Vogt2013-12-291-3/+18
|
* Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2013-12-2923-162/+225
|\
| * add missing vector includeMichael Vogt2013-12-281-0/+1
| |
| * Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt2013-12-2878-3497/+4164
| |\ | | | | | | | | | | | | Conflicts: apt-pkg/install-progress.cc
| | * fix APTWEBSERVERBINDIR defaultMichael Vogt2013-12-272-2/+2
| | |
| | * add make -C test/interactive-helper/ to .travis.ymlMichael Vogt2013-12-271-1/+1
| | |
| | * Merge branch 'feature/tests-on-installed' into debian/sidMichael Vogt2013-12-272-7/+27
| | |\
| | | * run autopkgtest against the installed aptMichael Vogt2013-12-132-7/+27
| | | |
| | * | Merge branch 'feature/test-apt-key-net-update' into debian/sidMichael Vogt2013-12-278-103/+39
| | |\ \
| | | * | fix apt-key net-update test to use the buildin webserverMichael Vogt2013-12-198-110/+25
| | | | |
| | | * | make apt-key net-update actually testableMichael Vogt2013-12-132-6/+27
| | | |/
| | * | Merge branch 'feature/policy-parser-bts732746' into debian/sidMichael Vogt2013-12-273-2/+45
| | |\ \
| | | * | make /etc/apt/preferences parser deal with comment only sectionsMichael Vogt2013-12-213-2/+45
| | | |/
| | * | add integration testMichael Vogt2013-12-241-0/+18
| | | |
| | * | add basic tests for GetTempDir()Michael Vogt2013-12-232-1/+14
| | | |
| | * | factor GetTempDir outMichael Vogt2013-12-225-27/+28
| | | |
| * | | Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into ↵Michael Vogt2013-12-281-2/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/bts731738-fancy-progess Conflicts: apt-pkg/install-progress.cc
| | * | | first proof-of-concept for a fix for #731738Michael Vogt2013-12-223-4/+11
| | | |/ | | |/|
| * | | properly handle SIGWINCH in PackageManagerFancy againMichael Vogt2013-12-282-26/+51
| | | |
| * | | first proof-of-concept for a fix for #731738Michael Vogt2013-12-223-4/+11
| |/ /
* | / remove debian entry from default steamos sources.listMichael Vogt2013-12-271-2/+0
| |/ |/|
* | apt-pkg/contrib/gpgv.cc: use /tmp as fallback dirThomas Bechtold2013-12-221-1/+6
| | | | | | | | if the directory given by $TMPDIR is not available, use /tmp as fallback.
* | vendor/steamos/*:Michael Vogt2013-12-215-1/+29
| | | | | | | | | | * vendor/steamos/*: - add steamos support
* | vendor/getinfo:Michael Vogt2013-12-213-2/+6
| | | | | | | | | | * vendor/getinfo: - fix ubuntu-codename
* | add apt-vendor for raspbian. Closes: #732749Michael Vogt2013-12-214-0/+27
| |
* | Danish translation updateJoe Dalton2013-12-152-277/+129
| |
* | releasing package apt version 0.9.14.1Michael Vogt2013-12-1247-3083/+3752
| |
* | Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sidMichael Vogt2013-12-126-7/+73
|\ \
| * | Fix conffile prompt regression (LP: #1260297)Michael Vogt2013-12-123-4/+51
| |/ | | | | | | | | This fixes a regression in the conffile prompt for the progress-fd and adds a testcase to ensure this does not regress again.
| * fix test/integration/test-apt-key-net-updateMichael Vogt2013-12-121-2/+6
| |
| * clarify error message when apt-get source=ver fails, print a real error ↵Michael Vogt2013-12-122-2/+2
| | | | | | | | message instead of "ignoring"
| * fix test/integration/test-apt-key-net-update (code copy/DRY violation)Michael Vogt2013-12-111-0/+15
| |