Commit graph

69 commits

Author SHA1 Message Date
311b58c689
fix print_header output for test 'fail with unshare as root user' 2019-09-27 23:04:51 +02:00
36d36d85ab
coverage.sh: always run --help and --version tests as root 2019-09-27 08:29:17 +02:00
87c742eded
coverage.sh: switch several tests from mode=root to $defaultmode 2019-09-27 08:27:49 +02:00
d4646fd8b0
coverage.sh: add test for i386 on amd64 without qemu 2019-09-26 23:32:52 +02:00
70b33609ea
coverage.sh: add test for armhf without qemu support 2019-09-26 23:31:08 +02:00
39503bd0af
coverage.sh: add test for installing onto existing file 2019-09-26 23:29:55 +02:00
d5cdc5b9b9
coverage.sh: add test for installing into / 2019-09-26 23:28:27 +02:00
598d353def
coverage.sh: add test for missing /etc/resolv.conf and /etc/hostname 2019-09-26 23:26:47 +02:00
c8b9a2ed96
coverage.sh: add test for copy:// and file:// mirrors 2019-09-26 23:25:05 +02:00
46eb9cdc5d
coverage.sh: add test for path with quotes 2019-09-26 23:24:10 +02:00
8a2897d629
coverage.sh: add test for non-empty lost+found 2019-09-26 23:20:58 +02:00
4447769b50
when creating a tarball in chrootless mode, use root ownership 2019-09-04 13:50:25 +02:00
a921e32e6c
Do not unconditionally read standard input
mmdebstrap used to attempt reading stdin if it was not a tty. This leads
to unexpected behaviour when mmdebstrap is used through ssh without a
pseudo-terminal allocated like so:

    $ ssh remote mmdebstrap unstable /output/dir http://mirror

This will stall forever, waiting for data on standard input. Or
consider:

    $ ssh remote << END
    > somecommand
    > mmdebstrap unstable /output/dir http://mirror
    > othercommand
    END

This will make mmdebstrap read "othercommand" and everything that
follows as a sources.list entry. To prevent this unexpected behaviour,
the following ways to use mmdebstrap will not be supported anymore:

    $ mmdebstrap unstable /output/dir < sources.list
    $ mmdebstrap unstable /output/dir http://mirror < sources.list

Instead, one must now explicitly pass "-" if one wants mmdebstrap to
read from stdin:

    $ mmdebstrap unstable /output/dir - < sources.list
    $ mmdebstrap unstable /output/dir http://mirror - < sources.list
2019-08-28 00:53:04 +02:00
1219a65723
add /var/lib/dpkg/arch in chrootless mode when chroot architecture differs 2019-08-26 18:25:21 +02:00
77f2cbee5d
coverage.sh: filter out potential binNMU changelogs 2019-08-26 15:47:11 +02:00
d9e5603f6f
coverage.sh: instead of installing gcc-8-base:armhf, install libmagic-mgc:armhf
- is not part of the native installation set
 - does not have any dependencies
 - installs only few files
 - doesn't change its name regularly (like gcc-*-base)
2019-08-26 15:46:19 +02:00
2d2cdfbbc3
create /var/lib/dpkg/cmethopt for dselect (see #930788) 2019-08-21 14:57:54 +02:00
a425b948dd
updates for release of Debian buster 2019-07-24 21:29:14 +02:00
b2d5a45932
cleanup auxfiles *after* running apt-get update or otherwise it will be re-created 2019-04-23 13:28:55 +02:00
19fdb4914d
coverage.sh: auto generate package list for aspcud instead of hardcoding it 2019-03-27 11:44:45 +01:00
055af094ea
coverage.sh: add test auto-mode without unshare capabilities 2019-03-27 11:29:36 +01:00
ea8315a5f1
coverage.sh: allow setting chroot distribution with DEFAULT_DIST 2019-03-25 14:21:55 +01:00
6c39fe8b5a
coverage.sh: add test for aspcud external apt solver 2019-03-24 08:16:45 +01:00
f4ed753af5
coverage.sh: use pipe to diff instead of temporary file 2019-03-15 10:24:13 +01:00
b7f7f4e581
coverage.sh: fix total number of tests 2019-03-01 12:43:29 +01:00
920877fa2a
disable apt sandboxing if the chroot directory is not accessible by the _apt user 2019-02-28 11:54:03 +01:00
632b19eca3
coverage.sh: re-enable fakechroot testing as #915559 got fixed 2019-02-28 07:51:54 +01:00
d0f0283120
do not cleanup apt and dpkg lock files to not set bad precedence 2019-02-28 00:20:00 +01:00
0e49b70a0f
coverage.sh: /run/mount/utab is created inside qemu but not on gitlab CI -- weird... 2019-02-28 00:18:06 +01:00
c0ac77b01d
coverage.sh: stable default mirror: don't forget to remove chroot and only run test with qemu 2019-02-24 11:00:24 +01:00
48e34852a2
clean /var/lib/apt/lists/auxfiles so that apt older than 1.6 has no problem with the chroot 2019-02-23 13:22:44 +01:00
67343d0309
coverage.sh: adjust total number of tests 2019-02-23 08:58:08 +01:00
732eb2a1d2
coverage.sh: disable fakechroot because of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915559 2019-02-23 08:56:54 +01:00
5a618ea2f5
coverage.sh: add TODO item 2019-02-23 08:56:03 +01:00
a91a825e67
add --version option 2019-02-23 08:55:31 +01:00
26b1ff3fff
coverage.sh: fix print_header with defaultmode tests 2019-02-23 08:47:53 +01:00
93cf0544c6
coverage.sh: add 7 more tests 2019-02-23 08:46:32 +01:00
7126feff41
coverage.sh: increase cover_db.img size to 200M 2019-02-23 08:43:46 +01:00
1b8ad8400b
add --logfile option 2019-02-23 08:43:15 +01:00
0ced3cc3de
coverage.sh: add tests for --verbose, --debug and --quiet 2019-02-20 17:40:26 +01:00
1f967ed163
coverage.sh: don't be brief when diffing against debootstrap results 2019-02-20 17:37:53 +01:00
0b058c7db1
add --setup-hook, --essential-hook and rename --customize to --customize-hook 2019-02-20 13:32:49 +01:00
d72a582a8b
coverage.sh: work around bug #917773 2019-02-20 00:31:06 +01:00
89718d367e
test no-op options and print info message when they are used 2019-02-15 12:42:46 +01:00
2eed1262db
coverage.sh: create tarball as root with /tmp mounted nodev 2019-01-26 08:31:40 +01:00
316f909a1e
coverage.sh: test target directory with empty lost+found 2019-01-26 08:31:40 +01:00
9b3e2bce8d
coverage.sh: when adding foreign architecture, also install foreign package 2019-01-26 08:31:40 +01:00
e07b70c361
coverage.sh: perform default mirror test with stable so that we can also check if the security mirror gets added 2019-01-26 08:31:40 +01:00
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
2019-01-24 12:32:46 +01:00
6f8bb8c977
since copy() is using syswrite(), we must flush the filehandle before calling it 2019-01-20 10:46:16 +01:00