summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* solver3: Replace PropagateInstall() with Discover()Julian Andres Klode2025-02-071-0/+1
* solver3: Extract TranslateOrGroup() out of EnqueueOrGroup()Julian Andres Klode2025-02-071-1/+1
* Also support debian-ports modernizationSamuel Thibault2025-02-021-0/+12
* solver3: Remove fixed test cases from broken listJulian Andres Klode2025-01-301-2/+0
* solver3: Use a propagation queueJulian Andres Klode2025-01-3012-33/+21
* solver3: Remove NewUnsatRecommends groupJulian Andres Klode2025-01-301-0/+46
* solver3: Soft unit propagation for optional itemsJulian Andres Klode2025-01-301-1/+7
* Make notices about .list sources without signed-by less obnoxiousJulian Andres Klode2025-01-281-8/+12
* apt: Introduce the modernize-sources commandJulian Andres Klode2025-01-281-0/+85
* apt-secure manual page is in manual section 8Andreas Rönnquist2025-01-281-2/+2
* sqv, gpgv: Do not fail if Dir::Etc::Trusted is set and trusted.gpg.d is missingJulian Andres Klode2025-01-221-0/+48
* Remove superseded warning about trusted.gpg fallbackJulian Andres Klode2025-01-211-65/+0
* Warn about missing Signed-By in .list formatJulian Andres Klode2025-01-212-2/+13
* Grep for more evil in test as a signature can contain evilDavid Kalnischkies2025-01-171-2/+2
* Write Pre-Depends with a dash again in EDSPDavid Kalnischkies2025-01-171-5/+24
* t/i/test-method-gpgv-legacy-keyring: Switch to http, extendJulian Andres Klode2025-01-141-28/+41
* Drop SourceListWarnings::NonFreeFirmware messagesDavid Kalnischkies2025-01-051-36/+0
* Drop usage of macro APT_OVERRIDE for simple overrideDavid Kalnischkies2025-01-055-14/+14
* Resolve autopkgtest failures caused by dpkg >= 1.22.12David Kalnischkies2025-01-053-8/+12
* Ensure we can build with APT_PKG_ABI > 601Julian Andres Klode2025-01-051-1/+4
* test: Check "${METHODSDIR}/sqv" not "/usr/bin/sqv"Julian Andres Klode2025-01-013-4/+4
* sqv: Avoid propagating errors between filesJulian Andres Klode2025-01-011-4/+19
* methods: Add new sqv methodJulian Andres Klode2024-12-226-44/+69
* Use sq in the test suite, remove apt-keyJulian Andres Klode2024-12-1910-964/+100
* Remove legacy apt-key testsJulian Andres Klode2024-12-192-469/+0
* apt show: Add pinning information for --fullJulian Andres Klode2024-12-191-0/+3
* Be more strict about which PAGER to execvp() directlyJulian Andres Klode2024-12-191-0/+11
* Introduce automatic pager for read commandsJulian Andres Klode2024-12-182-2/+125
* Fix out-of-bounds read in `apt show :`Julian Andres Klode2024-12-161-0/+4
* methods/gpgv: Remove apt-key mentionsJulian Andres Klode2024-12-071-2/+2
* Stop installing apt-key, make it a test suite helperJulian Andres Klode2024-12-074-44/+849
* gpgv: Merge all keyrings into a single one againJulian Andres Klode2024-12-041-2/+3
* solver3: Reject all non-candidates outright for strict pinningJulian Andres Klode2024-12-032-3/+6
* solver3: Fix intransitivity of version comparison on upgradeJulian Andres Klode2024-12-021-0/+10
* fileutl: Use execvp() in Popen() instead of execv()Julian Andres Klode2024-11-281-1/+1
* Directly call gpgv instead of apt-keyJulian Andres Klode2024-11-282-19/+12
* strutl: Add Base64DecodeJulian Andres Klode2024-11-281-1/+20
* test-apt-cdrom: Hande assert-pubkey-algo like other gpgv messagesJulian Andres Klode2024-11-241-18/+2
* Collect unprinted Ign errors for display in Err outputDavid Kalnischkies2024-11-222-2/+42
* Merge branch 'fix/partialfilemirror' into 'main'Julian Andres Klode2024-11-225-55/+159
|\
| * Look at non by-hash paths in copy and file methodsDavid Kalnischkies2024-11-224-11/+11
| * Allow HashSum mismatches to fallback to other mirrorsDavid Kalnischkies2024-11-221-0/+30
| * Do not assume mirror-URIs end in a filename causing a hangDavid Kalnischkies2024-11-221-1/+14
| * Allow AutoDetectProxy to work with more than just http(s)David Kalnischkies2024-11-221-12/+36
| * Alternatively calculate alternative file hashes in file methodDavid Kalnischkies2024-11-221-1/+2
| * Show hashes calculated by main thread in error messagesDavid Kalnischkies2024-11-221-0/+1
| * Support uncompressed indexes from partial file:/ mirrorsDavid Kalnischkies2024-11-222-31/+66
* | Merge branch 'test-gpgv-sq' into 'main'Julian Andres Klode2024-11-223-8/+43
|\ \
| * | test: Ensure we test both gpgv-g10code and gpgv-sqJulian Andres Klode2024-11-222-6/+16
| * | test: Accept empty output from gpgv/apt-keyJulian Andres Klode2024-11-221-0/+3