Commit Graph

250 Commits (main)

Author SHA1 Message Date
Johannes 'josch' Schauer 19fdb4914d
coverage.sh: auto generate package list for aspcud instead of hardcoding it 5 years ago
Johannes 'josch' Schauer 055af094ea
coverage.sh: add test auto-mode without unshare capabilities 5 years ago
Johannes 'josch' Schauer ea8315a5f1
coverage.sh: allow setting chroot distribution with DEFAULT_DIST 5 years ago
Johannes 'josch' Schauer 6c39fe8b5a
coverage.sh: add test for aspcud external apt solver 5 years ago
Johannes 'josch' Schauer f4ed753af5
coverage.sh: use pipe to diff instead of temporary file 5 years ago
Johannes 'josch' Schauer b7f7f4e581
coverage.sh: fix total number of tests 5 years ago
Johannes 'josch' Schauer 920877fa2a
disable apt sandboxing if the chroot directory is not accessible by the _apt user 5 years ago
Johannes 'josch' Schauer 632b19eca3
coverage.sh: re-enable fakechroot testing as #915559 got fixed 5 years ago
Johannes 'josch' Schauer d0f0283120
do not cleanup apt and dpkg lock files to not set bad precedence 5 years ago
Johannes 'josch' Schauer 0e49b70a0f
coverage.sh: /run/mount/utab is created inside qemu but not on gitlab CI -- weird... 5 years ago
Johannes 'josch' Schauer c0ac77b01d
coverage.sh: stable default mirror: don't forget to remove chroot and only run test with qemu 5 years ago
Johannes 'josch' Schauer 48e34852a2
clean /var/lib/apt/lists/auxfiles so that apt older than 1.6 has no problem with the chroot 5 years ago
Johannes 'josch' Schauer 67343d0309
coverage.sh: adjust total number of tests 5 years ago
Johannes 'josch' Schauer 732eb2a1d2
coverage.sh: disable fakechroot because of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915559 5 years ago
Johannes 'josch' Schauer 5a618ea2f5
coverage.sh: add TODO item 5 years ago
Johannes 'josch' Schauer a91a825e67
add --version option 5 years ago
Johannes 'josch' Schauer 26b1ff3fff
coverage.sh: fix print_header with defaultmode tests 5 years ago
Johannes 'josch' Schauer 93cf0544c6
coverage.sh: add 7 more tests 5 years ago
Johannes 'josch' Schauer 7126feff41
coverage.sh: increase cover_db.img size to 200M 5 years ago
Johannes 'josch' Schauer 1b8ad8400b
add --logfile option 5 years ago
Johannes 'josch' Schauer 0ced3cc3de
coverage.sh: add tests for --verbose, --debug and --quiet 5 years ago
Johannes 'josch' Schauer 1f967ed163
coverage.sh: don't be brief when diffing against debootstrap results 5 years ago
Johannes 'josch' Schauer 0b058c7db1
add --setup-hook, --essential-hook and rename --customize to --customize-hook 5 years ago
Johannes 'josch' Schauer d72a582a8b
coverage.sh: work around bug #917773 5 years ago
Johannes 'josch' Schauer 89718d367e
test no-op options and print info message when they are used 5 years ago
Johannes 'josch' Schauer 2eed1262db
coverage.sh: create tarball as root with /tmp mounted nodev 5 years ago
Johannes 'josch' Schauer 316f909a1e
coverage.sh: test target directory with empty lost+found 5 years ago
Johannes 'josch' Schauer 9b3e2bce8d
coverage.sh: when adding foreign architecture, also install foreign package 5 years ago
Johannes 'josch' Schauer e07b70c361
coverage.sh: perform default mirror test with stable so that we can also check if the security mirror gets added 5 years ago
Johannes 'josch' Schauer a3afe24fc0
Instead of using gzip compression support, run compressor ourselves
- otherwise ./dev tar cannot be concatenated with the rest
 - test compressor early
 - better document the TARGET option
5 years ago
Johannes 'josch' Schauer 6f8bb8c977
since copy() is using syswrite(), we must flush the filehandle before calling it 5 years ago
Johannes 'josch' Schauer 9453c7e2a9
coverage.sh: add test for --customize 5 years ago
Johannes 'josch' Schauer 1c7e0c86f0
coverage.sh: mmdebstrap now creates /var/lib/dpkg/available 5 years ago
Johannes 'josch' Schauer 80aea48fa7
coverage.sh: testing is now also affected by #917386 and #917407 5 years ago
Johannes 'josch' Schauer 1e0b4cb3b0
now that fakechroot and proot are fixed, add support for for variants beyond essential and apt 5 years ago
Johannes 'josch' Schauer b113771a81
make_mirror.sh: never leave the cache in an inconsistent state by atomically switching symlinks 5 years ago
Johannes 'josch' Schauer b6e8c9dbb7
coverage.sh: skip comparison with debootstrap unstable because of #917386 and #917407 5 years ago
Johannes 'josch' Schauer 076d035f65
coverage.sh: check requirement for disk image and debootstrap tarballs before running 5 years ago
Johannes 'josch' Schauer ef576ab389
use LC_ALL=C.UTF-8 instead of LC_ALL=C 5 years ago
Johannes 'josch' Schauer 97d273aaf6
disable merged usr 5 years ago
Johannes 'josch' Schauer c8dbe5bd15
coverage.sh: account for differently ordered /etc/shells 5 years ago
Johannes 'josch' Schauer 94862ef03e
coverage.sh: make regex more precise and relax it for version numbers 5 years ago
Johannes 'josch' Schauer 2618a587a0
coverage.sh: allow running without qemu
On machines without kvm using qemu is not practical. Now, most tests can
be run without a container. Also add support for missing unshare, proot
and binfmt.
5 years ago
Johannes 'josch' Schauer 6634f4f49f
coverage.sh: fix status line 5 years ago
Johannes 'josch' Schauer 40e25ef653
coverage.sh: only run cover if coverage data exists
This is useful if ./coverage.sh is run with CMD=./mmdebstrap and thus
gathering coverage data is disabled.
6 years ago
Johannes 'josch' Schauer 13358fc039
coverage.sh: conditionally copy mmdebstrap to ./shared
- only copy if local copy is newer than the copy in ./shared
 - this enables the autopkgtest to place its own version in ./shared
   which will then not be overwritten
6 years ago
Johannes 'josch' Schauer 935f5b7a66
Instead of requiring root, use qemu
- unprivileged creation of rootfs using guestfish
 - allows full control over network, installed packages
 - merged test.sh into coverage.sh
6 years ago
Johannes 'josch' Schauer bcb6b65b72
coverage.sh: add more tests 6 years ago
Johannes 'josch' Schauer 3c411012be
coverage.sh: print script progress 6 years ago
Johannes 'josch' Schauer f3d227ae5f
add coverage.sh 6 years ago