mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-15 02:34:08 +00:00
Compare commits
8 Commits
ubuntu/mas
...
2.828.2
Author | SHA1 | Date | |
---|---|---|---|
|
13c53acd0e | ||
|
df428ae77a | ||
|
cf7b3c5b36 | ||
|
af29243117 | ||
|
73d0477aa7 | ||
|
22f8d6a79f | ||
|
0c728eb1a9 | ||
|
38efc28bfb |
1
debian/.gitignore
vendored
1
debian/.gitignore
vendored
@ -1 +0,0 @@
|
||||
files
|
1990
debian/changelog
vendored
1990
debian/changelog
vendored
File diff suppressed because it is too large
Load Diff
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
7
|
12
debian/control
vendored
12
debian/control
vendored
@ -1,12 +1,10 @@
|
||||
Source: livecd-rootfs
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Build-Depends: debhelper (>= 7)
|
||||
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
|
||||
Standards-Version: 4.7.0
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Git: https://git.launchpad.net/livecd-rootfs -b ubuntu/master
|
||||
Vcs-Browser: https://git.launchpad.net/livecd-rootfs
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: livecd-rootfs
|
||||
Architecture: any
|
||||
@ -14,7 +12,6 @@ Depends: ${misc:Depends},
|
||||
apt-utils,
|
||||
attr,
|
||||
debootstrap,
|
||||
devscripts,
|
||||
distro-info,
|
||||
dosfstools,
|
||||
e2fsprogs,
|
||||
@ -30,8 +27,6 @@ Depends: ${misc:Depends},
|
||||
lsb-release,
|
||||
lzma,
|
||||
make,
|
||||
mount,
|
||||
mtools [!i386],
|
||||
parted,
|
||||
procps,
|
||||
python3,
|
||||
@ -43,7 +38,8 @@ Depends: ${misc:Depends},
|
||||
snapd (>= 2.39) [!i386],
|
||||
squashfs-tools (>= 1:3.3-1),
|
||||
sudo,
|
||||
u-boot-tools [arm64 armhf],
|
||||
u-boot-tools [armhf arm64],
|
||||
ubuntu-image [!i386 !riscv64],
|
||||
python3-vmdkstream [amd64 i386],
|
||||
xorriso [!i386],
|
||||
xz-utils,
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -11,7 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License with
|
||||
your Ubuntu system, in /usr/share/common-licenses/GPL-2, or with the
|
||||
your Ubuntu system, in /usr/share/common-licenses/GPL, or with the
|
||||
livecd-rootfs source package as the file COPYING. If not, write to
|
||||
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301 USA.
|
||||
|
1
debian/gbp.conf
vendored
1
debian/gbp.conf
vendored
@ -1,4 +1,3 @@
|
||||
[DEFAULT]
|
||||
debian-branch=ubuntu/master
|
||||
debian-tag = %(version)s
|
||||
dch-opt = --vendor=debian
|
||||
|
3
debian/install
vendored
3
debian/install
vendored
@ -2,6 +2,7 @@ auto-markable-pkgs usr/share/livecd-rootfs
|
||||
live-build usr/share/livecd-rootfs
|
||||
get-ppa-fingerprint usr/share/livecd-rootfs
|
||||
minimize-manual usr/share/livecd-rootfs
|
||||
magic-proxy usr/share/livecd-rootfs
|
||||
lp-in-release usr/share/livecd-rootfs
|
||||
checkout-translations-branch usr/share/livecd-rootfs
|
||||
update-source-catalog usr/share/livecd-rootfs
|
||||
sync-mtime usr/share/livecd-rootfs
|
||||
|
10
debian/livecd-rootfs.lintian-overrides
vendored
10
debian/livecd-rootfs.lintian-overrides
vendored
@ -1,10 +0,0 @@
|
||||
# This is expected and okay
|
||||
livecd-rootfs: service-file-is-not-a-file [usr/share/livecd-rootfs/*.service]
|
||||
livecd-rootfs: uses-dpkg-database-directly [usr/share/livecd-rootfs/live-build/lb_chroot_layered]
|
||||
livecd-rootfs: package-contains-no-arch-dependent-files
|
||||
|
||||
# Developer documentation in an already-expected spot
|
||||
livecd-rootfs: package-contains-documentation-outside-usr-share-doc [usr/share/livecd-rootfs/live-build/ubuntu-cpc/README.cpc.md]
|
||||
|
||||
# This is going to occur quite a bit; we're making a livefs
|
||||
livecd-rootfs: repeated-path-segment * [*]
|
5
debian/source/lintian-overrides
vendored
5
debian/source/lintian-overrides
vendored
@ -1,5 +0,0 @@
|
||||
# This is expected and okay
|
||||
livecd-rootfs source: absolute-symbolic-link-target-in-source * [live-build/*]
|
||||
|
||||
# The description indicates that it's not required in debhelper >= 13, which we have
|
||||
livecd-rootfs source: override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS [debian/rules:*]
|
4
debian/tests/control
vendored
4
debian/tests/control
vendored
@ -1,7 +1,7 @@
|
||||
Tests: default-bootstraps
|
||||
Depends: @, lsb-release
|
||||
Restrictions: needs-root isolation-machine allow-stderr
|
||||
Restrictions: needs-root isolation-machine
|
||||
|
||||
Tests: minimized
|
||||
Depends: @, lsb-release
|
||||
Restrictions: needs-root isolation-machine allow-stderr
|
||||
Restrictions: needs-root isolation-machine
|
||||
|
18
debian/tests/default-bootstraps
vendored
18
debian/tests/default-bootstraps
vendored
@ -15,9 +15,13 @@ fi
|
||||
ALL_TRIPLETS="
|
||||
edubuntu::
|
||||
kubuntu::
|
||||
kubuntu-dvd::
|
||||
kubuntu-plasma5::
|
||||
lubuntu::
|
||||
ubuntu-unity::
|
||||
mythbuntu::
|
||||
ubuntu::
|
||||
ubuntu:legacy:
|
||||
ubuntu-base::
|
||||
ubuntu-base:buildd:
|
||||
ubuntu-budgie::
|
||||
@ -28,26 +32,22 @@ ALL_TRIPLETS="
|
||||
ubuntu-cpc::ubuntu-cpc
|
||||
ubuntu-cpc:minimized:ubuntu-cpc
|
||||
ubuntu-dvd::
|
||||
ubuntu-gnome::
|
||||
ubuntukylin::
|
||||
ubuntu-mate::
|
||||
ubuntu-mate-core::
|
||||
ubuntu-mate-desktop::
|
||||
ubuntu-mate-live::
|
||||
ubuntu-netbook::
|
||||
ubuntu-server:live:ubuntu-server
|
||||
xubuntu::
|
||||
xubuntu:minimal:"
|
||||
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
|
||||
if [ -z "$SELECTED_TRIPLETS" ]; then
|
||||
SELECTED_TRIPLETS="
|
||||
ubuntu-base::
|
||||
ubuntu-cpc::ubuntu-cpc
|
||||
"
|
||||
if [ "$ARCH" = amd64 ]; then
|
||||
SELECTED_TRIPLETS="$SELECTED_TRIPLETS
|
||||
ubuntu::"
|
||||
fi
|
||||
fi
|
||||
|
||||
live_build_rootfs() {
|
||||
@ -55,6 +55,7 @@ live_build_rootfs() {
|
||||
local SUBPROJECT_TMP=${1%:*}
|
||||
SUBPROJECT=${SUBPROJECT_TMP#*:}
|
||||
TEMPLATE=${1##*:}
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
echo "Building rootfs for project: '$PROJECT' subproject: '$SUBPROJECT' template: '$TEMPLATE' in $PWD"
|
||||
cp -a /usr/share/livecd-rootfs/live-build/auto .
|
||||
if [ -n "$TEMPLATE" ]; then
|
||||
@ -64,22 +65,19 @@ live_build_rootfs() {
|
||||
SUBPROJECT=$SUBPROJECT \
|
||||
SUITE=$SUITE \
|
||||
ARCH=$ARCH \
|
||||
NOW=$(date '+%Y%m%d') \
|
||||
lb config
|
||||
mkdir chroot
|
||||
# this part needs root rights, but right now the whole script ran as root by autopkgtest
|
||||
env PROJECT=$PROJECT \
|
||||
SUBPROJECT=$SUBPROJECT \
|
||||
ARCH=$ARCH \
|
||||
NOW=$(date '+%Y%m%d') \
|
||||
lb build
|
||||
echo "Build results for project: '$PROJECT' subproject: '$SUBPROJECT' template: '$TEMPLATE' in $PWD"
|
||||
du -sh *
|
||||
echo ""
|
||||
}
|
||||
|
||||
[ -d /adt ] || mkdir /adt
|
||||
WORKDIR=$(mktemp -d -p /adt)
|
||||
WORKDIR=$(mktemp -d)
|
||||
trap "RET=\$?; rm -rf $WORKDIR; exit \$RET" 0 INT QUIT ABRT PIPE TERM
|
||||
cd $WORKDIR
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
0xffffff
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap mac_override mac_admin syslog wake_alarm block_suspend audit_read perfmon bpf checkpoint_restore
|
@ -1 +0,0 @@
|
||||
acquire send receive
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
1.2
|
@ -1 +0,0 @@
|
||||
create read write exec append mmap_exec link lock
|
@ -1 +0,0 @@
|
||||
sqpoll override_creds
|
@ -1 +0,0 @@
|
||||
create read write open delete setattr getattr
|
@ -1 +0,0 @@
|
||||
mount umount pivot_root
|
@ -1 +0,0 @@
|
||||
detached
|
@ -1 +0,0 @@
|
||||
userns_create
|
@ -1 +0,0 @@
|
||||
no
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
pciu&
|
@ -1 +0,0 @@
|
||||
unspec unix inet ax25 ipx appletalk netrom bridge atmpvc x25 inet6 rose netbeui security key netlink packet ash econet atmsvc rds sna irda pppox wanpipe llc ib mpls can tipc bluetooth iucv rxrpc isdn phonet ieee802154 caif alg nfc vsock kcm qipcrtr smc xdp mctp
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
unspec unix inet ax25 ipx appletalk netrom bridge atmpvc x25 inet6 rose netbeui security key netlink packet ash econet atmsvc rds sna irda pppox wanpipe llc ib mpls can tipc bluetooth iucv rxrpc isdn phonet ieee802154 caif alg nfc vsock kcm qipcrtr smc xdp mctp
|
@ -1 +0,0 @@
|
||||
file
|
@ -1 +0,0 @@
|
||||
0x000001
|
@ -1 +0,0 @@
|
||||
allow deny subtree cond kill complain prompt audit quiet hide xindex tag label
|
@ -1 +0,0 @@
|
||||
0x000003
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
0x000001
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
1
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
read trace
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
allow deny audit quiet
|
@ -1 +0,0 @@
|
||||
cpu fsize data stack core rss nproc nofile memlock as locks sigpending msgqueue nice rtprio rttime
|
@ -1 +0,0 @@
|
||||
hup int quit ill trap abrt bus fpe kill usr1 segv usr2 pipe alrm term stkflt chld cont stop stp ttin ttou urg xcpu xfsz vtalrm prof winch io pwr sys emt lost
|
@ -1 +0,0 @@
|
||||
0xffffff
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap mac_override mac_admin syslog wake_alarm block_suspend audit_read perfmon bpf checkpoint_restore
|
@ -1 +0,0 @@
|
||||
acquire send receive
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
1.2
|
@ -1 +0,0 @@
|
||||
create read write exec append mmap_exec link lock
|
@ -1 +0,0 @@
|
||||
sqpoll override_creds
|
@ -1 +0,0 @@
|
||||
create read write open delete setattr getattr
|
@ -1 +0,0 @@
|
||||
mount umount pivot_root
|
@ -1 +0,0 @@
|
||||
detached
|
@ -1 +0,0 @@
|
||||
userns_create
|
@ -1 +0,0 @@
|
||||
no
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
pciu&
|
@ -1 +0,0 @@
|
||||
unspec unix inet ax25 ipx appletalk netrom bridge atmpvc x25 inet6 rose netbeui security key netlink packet ash econet atmsvc rds sna irda pppox wanpipe llc ib mpls can tipc bluetooth iucv rxrpc isdn phonet ieee802154 caif alg nfc vsock kcm qipcrtr smc xdp mctp
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
unspec unix inet ax25 ipx appletalk netrom bridge atmpvc x25 inet6 rose netbeui security key netlink packet ash econet atmsvc rds sna irda pppox wanpipe llc ib mpls can tipc bluetooth iucv rxrpc isdn phonet ieee802154 caif alg nfc vsock kcm qipcrtr smc xdp mctp
|
@ -1 +0,0 @@
|
||||
file
|
@ -1 +0,0 @@
|
||||
0x000001
|
@ -1 +0,0 @@
|
||||
allow deny subtree cond kill complain prompt audit quiet hide xindex tag label
|
@ -1 +0,0 @@
|
||||
0x000003
|
@ -1 +0,0 @@
|
||||
yes
|
@ -1 +0,0 @@
|
||||
0x000001
|
@ -1 +0,0 @@
|
||||
yes
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user