Commit Graph

140 Commits (b2d5a45932a303a65baa4ec5081c5fa1f4fa80a5)

Author SHA1 Message Date
Johannes 'josch' Schauer b2d5a45932
cleanup auxfiles *after* running apt-get update or otherwise it will be re-created 5 years ago
Johannes 'josch' Schauer 19fdb4914d
coverage.sh: auto generate package list for aspcud instead of hardcoding it 5 years ago
Johannes 'josch' Schauer 454dd9fa3e
Annotate examples with a description of their effect 5 years ago
Johannes 'josch' Schauer a69a2d39b8
also re-exec under fakechroot if fakechroot is picked in 'auto' mode 5 years ago
Johannes 'josch' Schauer 3e8a251e1f
fix EDSP output for external solvers so that apt doesn't mark itself as Essential:yes 5 years ago
Johannes 'josch' Schauer 6a51d410ec
do not skip package installation in 'custom' variant 5 years ago
Johannes 'josch' Schauer 6d774a3d92
release 0.4.1 5 years ago
Johannes 'josch' Schauer 016cac22f8
add note about dpkg config bug 5 years ago
Johannes 'josch' Schauer 52b1a9dc6e
instead of touching a file, test if /var/lib/apt/lists/partial is readable to decide about apt sandboxing 5 years ago
Johannes 'josch' Schauer 473bc354ae
only set apt Dir config option instead of setting apt directories individually 5 years ago
Johannes 'josch' Schauer e1a41fac94
print errno when unlink fails 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 d0f0283120
do not cleanup apt and dpkg lock files to not set bad precedence 5 years ago
Johannes 'josch' Schauer e3219a5c8f
release 0.4.0 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 a91a825e67
add --version option 5 years ago
Johannes 'josch' Schauer d73b8396ac
print the used temporary directory as info message 5 years ago
Johannes 'josch' Schauer e06f2e9c57
the mmdebstrap command name has to be written in bold 5 years ago
Johannes 'josch' Schauer 1b8ad8400b
add --logfile option 5 years ago
Johannes 'josch' Schauer 1fe5da3d56
Better documentation of example showing mmdebstrap with sources.list on stdin 5 years ago
Johannes 'josch' Schauer 6e61c1a183
document the behaviour if --quiet, --silent, --verbose or --debug are passed at the same time 5 years ago
Johannes 'josch' Schauer db415fe4f4
add short options for --quiet, --silent, --verbose and --debug 5 years ago
Johannes 'josch' Schauer fffd74afc2
explicitly configure Getopt::Long 5 years ago
Johannes 'josch' Schauer 0b058c7db1
add --setup-hook, --essential-hook and rename --customize to --customize-hook 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 5115ca87c3
don't unset environment variables in @chrootcmd so that hooks still have access to them 5 years ago
Johannes 'josch' Schauer 3f15f66892
fix example for vmdb2 replacement 5 years ago
Johannes 'josch' Schauer 548130867b
do not run another apt-get pass with custom variant 5 years ago
Johannes 'josch' Schauer bde4c795ef
document that security mirrors are only implicitly added if no mirror was specified 5 years ago
Johannes 'josch' Schauer b9e78796b2
prefer fakechroot to proot in auto mode because the latter produces wrong ownership 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 84b0b5061b
start sanitizing the environment with chroot() and don't pass on TMPDIR 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 982f8e982c
add --quiet and --debug switches and debug/verbose/info/warning/error functions 5 years ago
Johannes 'josch' Schauer 58a3069495
add mmdebstrap prefix to temporary directory name 5 years ago
Johannes 'josch' Schauer 765f5b91e9
call apt with Dpkg::Use-Pty=false to enable immediate termination upon SIGINT and prevent it from messing up the terminal with tcsetattr() 5 years ago
Johannes 'josch' Schauer be1af15489
use common function for run_dpkg_progress and run_apt_progress 5 years ago
Johannes 'josch' Schauer 7f58c4596a
handle INT, HUB, PIPE and TERM signals, wait for child processes and clean up mounts 5 years ago
Johannes 'josch' Schauer 0345d30ae6
run_*_progress: fix error message when exec() failed 5 years ago
Johannes 'josch' Schauer a3f69f8874
add undocumented --customize option 5 years ago
Johannes 'josch' Schauer d66a5a7d74
Several formatting improvements to POD 5 years ago
Johannes 'josch' Schauer e0ea1e6d65
add FIXME option to also support Debian derivatives 5 years ago
Johannes 'josch' Schauer fa836c01f7
refer to #898446 when warning about unprivileged_userns_clone 5 years ago
Johannes 'josch' Schauer e0b107453d
add another example --aptopt to man page 5 years ago
Johannes 'josch' Schauer 25bec4d5e1
add --merged-usr and --no-merged-usr no-op options for debootstrap compatibility 5 years ago
Johannes 'josch' Schauer 418b42746e
create an empty /var/lib/dpkg/available as otherwise dpkg fails on package removal 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 29550acb88
add --interactive=never to rm call to avoid prompts for removal of write protected files in proot mode 5 years ago
Johannes 'josch' Schauer e6ce901be4
run several binfmt checks before using qemu-user mode 5 years ago
Johannes 'josch' Schauer 4a2bf62931
add --resolve-deps no-op option for sbuild-createchroot compatibility 5 years ago