diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:46:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:46:56 +0000 |
commit | 8e79ad9f544d1c4a0476e0d96aef0496ca7fc741 (patch) | |
tree | cda1743f5820600fd8c638ac7f034f917ac8c381 /configs/README | |
parent | Initial commit. (diff) | |
download | sbuild-8e79ad9f544d1c4a0476e0d96aef0496ca7fc741.tar.xz sbuild-8e79ad9f544d1c4a0476e0d96aef0496ca7fc741.zip |
Adding upstream version 0.85.6.upstream/0.85.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configs/README')
-rw-r--r-- | configs/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/README b/configs/README new file mode 100644 index 0000000..0d9c0be --- /dev/null +++ b/configs/README @@ -0,0 +1,18 @@ +The ref-* files are used by checkchroot to find unwanted packages in the chroots. + +# cp ref-* /usr/local/chroot/ + + - stable-old is potato + - stable is woody + - different for diff arches + - you can basically get the list using something like: + + grep-available -F priority -e -s package "(required|standard)" $CHROOT/var/lib/dpkg/available| \ + awk '{print $2}'|sort + + - the only extras should be: + apt + build-essential + fakeroot (some arches only use sudo and change $fakeroot config item) + ssmtp + sudo |