blob e9b15f7ed466da0535809717de3c655b5f93d0f7 5969 bytes (raw)
name: host/rootfs/file-list.mk # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
| | # SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>
FILES = \
image/etc/dbus-portal.conf.in \
image/etc/fonts/fonts.conf \
image/etc/fstab \
image/etc/init \
image/etc/login \
image/etc/parse-devname \
image/etc/s6-linux-init/env/WAYLAND_DISPLAY \
image/etc/s6-linux-init/env/XDG_RUNTIME_DIR \
image/etc/s6-linux-init/run-image/etc/group \
image/etc/s6-linux-init/run-image/etc/passwd \
image/etc/s6-linux-init/run-image/service/getty-tty2/run \
image/etc/s6-linux-init/run-image/service/getty-tty3/run \
image/etc/s6-linux-init/run-image/service/getty-tty4/run \
image/etc/s6-linux-init/run-image/service/root-terminal/notification-fd \
image/etc/s6-linux-init/run-image/service/root-terminal/run \
image/etc/s6-linux-init/run-image/service/s6-linux-init-shutdownd/notification-fd \
image/etc/s6-linux-init/run-image/service/s6-linux-init-shutdownd/run \
image/etc/s6-linux-init/run-image/service/s6-svscan-log/notification-fd \
image/etc/s6-linux-init/run-image/service/s6-svscan-log/run \
image/etc/s6-linux-init/run-image/service/serial-getty-generator/finish \
image/etc/s6-linux-init/run-image/service/serial-getty-generator/run \
image/etc/s6-linux-init/run-image/service/serial-getty/notification-fd \
image/etc/s6-linux-init/run-image/service/serial-getty/run \
image/etc/s6-linux-init/run-image/service/serial-getty/template/run \
image/etc/s6-linux-init/run-image/service/vm-services/notification-fd \
image/etc/s6-linux-init/run-image/service/vm-services/run \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/dbus/finish \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/dbus/notification-fd \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/dbus/run \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/spectrum-router/down \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/spectrum-router/notification-fd \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/spectrum-router/run \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/vhost-user-fs/finish \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/vhost-user-fs/notification-fd \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/vhost-user-fs/run \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/vhost-user-gpu/notification-fd \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/vhost-user-gpu/run \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/xdg-desktop-portal-spectrum-host/notification-fd \
image/etc/s6-linux-init/run-image/service/vm-services/template/data/service/xdg-desktop-portal-spectrum-host/run \
image/etc/s6-linux-init/run-image/service/vm-services/template/finish \
image/etc/s6-linux-init/run-image/service/vm-services/template/notification-fd \
image/etc/s6-linux-init/run-image/service/vm-services/template/run \
image/etc/s6-linux-init/run-image/service/vmm/notification-fd \
image/etc/s6-linux-init/run-image/service/vmm/run \
image/etc/s6-linux-init/run-image/service/vmm/template/finish \
image/etc/s6-linux-init/run-image/service/vmm/template/notification-fd \
image/etc/s6-linux-init/scripts/rc.init \
image/etc/s6-linux-init/scripts/rc.shutdown \
image/etc/s6-linux-init/scripts/rc.shutdown.final \
image/etc/sysupdate.d/50-verity.transfer \
image/etc/sysupdate.d/60-root.transfer \
image/etc/sysupdate.d/70-kernel.transfer \
image/etc/udev/rules.d/99-spectrum.rules \
image/etc/vm-sysupdate.d/50-verity.transfer \
image/etc/vm-sysupdate.d/60-root.transfer \
image/etc/vm-sysupdate.d/70-kernel.transfer \
image/etc/xdg/weston/autolaunch \
image/etc/xdg/weston/weston.ini \
image/usr/bin/assign-devices \
image/usr/bin/create-vm-dependencies \
image/usr/bin/mount-userdata \
image/usr/bin/root-terminal \
image/usr/bin/run-appimage \
image/usr/bin/run-flatpak \
image/usr/bin/run-vmm \
image/usr/bin/spectrum-update \
image/usr/bin/vm-console \
image/usr/bin/vm-import \
image/usr/bin/vm-start \
image/usr/bin/vm-stop \
image/usr/bin/xdg-open \
image/usr/libexec/net-add \
image/usr/share/dbus-1/services/org.freedesktop.portal.Documents.service
LINKS = \
image/bin \
image/etc/group \
image/etc/passwd \
image/etc/s6-linux-init/run-image/opengl-driver \
image/etc/s6-linux-init/run-image/service/vmm/template/run \
image/lib \
image/sbin \
image/usr/bin/systemd-udevd
S6_RC_FILES = \
image/etc/s6-rc/core/type \
image/etc/s6-rc/core/up \
image/etc/s6-rc/ok-all/contents.d/sys-vmms \
image/etc/s6-rc/ok-all/contents.d/systemd-udevd-coldplug \
image/etc/s6-rc/ok-all/contents.d/vm-env \
image/etc/s6-rc/ok-all/type \
image/etc/s6-rc/static-nodes/type \
image/etc/s6-rc/static-nodes/up \
image/etc/s6-rc/sys-vmms/dependencies.d/vmm-env \
image/etc/s6-rc/sys-vmms/type \
image/etc/s6-rc/sys-vmms/up \
image/etc/s6-rc/systemd-udevd-coldplug/dependencies.d/systemd-udevd \
image/etc/s6-rc/systemd-udevd-coldplug/type \
image/etc/s6-rc/systemd-udevd-coldplug/up \
image/etc/s6-rc/systemd-udevd/finish \
image/etc/s6-rc/systemd-udevd/notification-fd \
image/etc/s6-rc/systemd-udevd/run \
image/etc/s6-rc/systemd-udevd/type \
image/etc/s6-rc/vm-env/contents.d/static-nodes \
image/etc/s6-rc/vm-env/contents.d/systemd-udevd-coldplug \
image/etc/s6-rc/vm-env/contents.d/weston \
image/etc/s6-rc/vm-env/type \
image/etc/s6-rc/vmm-env/contents.d/core \
image/etc/s6-rc/vmm-env/contents.d/static-nodes \
image/etc/s6-rc/vmm-env/contents.d/systemd-udevd-coldplug \
image/etc/s6-rc/vmm-env/type \
image/etc/s6-rc/weston/dependencies.d/systemd-udevd-coldplug \
image/etc/s6-rc/weston/finish \
image/etc/s6-rc/weston/notification-fd \
image/etc/s6-rc/weston/run \
image/etc/s6-rc/weston/type
|
debug log:
solving e9b15f7ed466da0535809717de3c655b5f93d0f7 ...
found e9b15f7ed466da0535809717de3c655b5f93d0f7 in https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-16-086c0f00f55f@gmail.com/ ||
https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-16-b325bac9d34f@gmail.com/
found ea88f25aa4d5b96d29ed86975db12c2b047a0468 in https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-15-086c0f00f55f@gmail.com/ ||
https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-15-b325bac9d34f@gmail.com/
found 5f7b0c3fc1d7d7f8dc184ecc991126a793e316c6 in https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-12-086c0f00f55f@gmail.com/ ||
https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-12-b325bac9d34f@gmail.com/
found 36f508962c0515b2132aa9ab30cde929e2de100e in https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-11-086c0f00f55f@gmail.com/ ||
https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-11-b325bac9d34f@gmail.com/
found 2b76b31dad7f73dd83c6a24f94f3ed946988bbea in https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-9-086c0f00f55f@gmail.com/ ||
https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-9-b325bac9d34f@gmail.com/
found 5403e464966e4946e2089841e9f2f529c0e856a5 in https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-8-086c0f00f55f@gmail.com/ ||
https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-8-b325bac9d34f@gmail.com/
found deb4937fe380ff143fc2aafccee1b846fe15b974 in https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-7-086c0f00f55f@gmail.com/ ||
https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-7-b325bac9d34f@gmail.com/
found 3899d620717fc97f42e669e5313c4100dcf5b1cd in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 3899d620717fc97f42e669e5313c4100dcf5b1cd host/rootfs/file-list.mk
applying [1/7] https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-7-086c0f00f55f@gmail.com/
diff --git a/host/rootfs/file-list.mk b/host/rootfs/file-list.mk
index 3899d620717fc97f42e669e5313c4100dcf5b1cd..deb4937fe380ff143fc2aafccee1b846fe15b974 100644
Checking patch host/rootfs/file-list.mk...
Applied patch host/rootfs/file-list.mk cleanly.
skipping https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-7-b325bac9d34f@gmail.com/ for deb4937fe380ff143fc2aafccee1b846fe15b974
index at:
100644 deb4937fe380ff143fc2aafccee1b846fe15b974 host/rootfs/file-list.mk
applying [2/7] https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-8-086c0f00f55f@gmail.com/
diff --git a/host/rootfs/file-list.mk b/host/rootfs/file-list.mk
index deb4937fe380ff143fc2aafccee1b846fe15b974..5403e464966e4946e2089841e9f2f529c0e856a5 100644
Checking patch host/rootfs/file-list.mk...
Applied patch host/rootfs/file-list.mk cleanly.
skipping https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-8-b325bac9d34f@gmail.com/ for 5403e464966e4946e2089841e9f2f529c0e856a5
index at:
100644 5403e464966e4946e2089841e9f2f529c0e856a5 host/rootfs/file-list.mk
applying [3/7] https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-9-086c0f00f55f@gmail.com/
diff --git a/host/rootfs/file-list.mk b/host/rootfs/file-list.mk
index 5403e464966e4946e2089841e9f2f529c0e856a5..2b76b31dad7f73dd83c6a24f94f3ed946988bbea 100644
Checking patch host/rootfs/file-list.mk...
Applied patch host/rootfs/file-list.mk cleanly.
skipping https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-9-b325bac9d34f@gmail.com/ for 2b76b31dad7f73dd83c6a24f94f3ed946988bbea
index at:
100644 2b76b31dad7f73dd83c6a24f94f3ed946988bbea host/rootfs/file-list.mk
applying [4/7] https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-11-086c0f00f55f@gmail.com/
diff --git a/host/rootfs/file-list.mk b/host/rootfs/file-list.mk
index 2b76b31dad7f73dd83c6a24f94f3ed946988bbea..36f508962c0515b2132aa9ab30cde929e2de100e 100644
Checking patch host/rootfs/file-list.mk...
Applied patch host/rootfs/file-list.mk cleanly.
skipping https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-11-b325bac9d34f@gmail.com/ for 36f508962c0515b2132aa9ab30cde929e2de100e
index at:
100644 36f508962c0515b2132aa9ab30cde929e2de100e host/rootfs/file-list.mk
applying [5/7] https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-12-086c0f00f55f@gmail.com/
diff --git a/host/rootfs/file-list.mk b/host/rootfs/file-list.mk
index 36f508962c0515b2132aa9ab30cde929e2de100e..5f7b0c3fc1d7d7f8dc184ecc991126a793e316c6 100644
Checking patch host/rootfs/file-list.mk...
Applied patch host/rootfs/file-list.mk cleanly.
skipping https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-12-b325bac9d34f@gmail.com/ for 5f7b0c3fc1d7d7f8dc184ecc991126a793e316c6
index at:
100644 5f7b0c3fc1d7d7f8dc184ecc991126a793e316c6 host/rootfs/file-list.mk
applying [6/7] https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-15-086c0f00f55f@gmail.com/
diff --git a/host/rootfs/file-list.mk b/host/rootfs/file-list.mk
index 5f7b0c3fc1d7d7f8dc184ecc991126a793e316c6..ea88f25aa4d5b96d29ed86975db12c2b047a0468 100644
Checking patch host/rootfs/file-list.mk...
Applied patch host/rootfs/file-list.mk cleanly.
skipping https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-15-b325bac9d34f@gmail.com/ for ea88f25aa4d5b96d29ed86975db12c2b047a0468
index at:
100644 ea88f25aa4d5b96d29ed86975db12c2b047a0468 host/rootfs/file-list.mk
applying [7/7] https://inbox.spectrum-os.org/spectrum-devel/20260805-cgroups-v6-16-086c0f00f55f@gmail.com/
diff --git a/host/rootfs/file-list.mk b/host/rootfs/file-list.mk
index ea88f25aa4d5b96d29ed86975db12c2b047a0468..e9b15f7ed466da0535809717de3c655b5f93d0f7 100644
Checking patch host/rootfs/file-list.mk...
Applied patch host/rootfs/file-list.mk cleanly.
skipping https://inbox.spectrum-os.org/spectrum-devel/20260731-cgroups-v5-16-b325bac9d34f@gmail.com/ for e9b15f7ed466da0535809717de3c655b5f93d0f7
index at:
100644 e9b15f7ed466da0535809717de3c655b5f93d0f7 host/rootfs/file-list.mk
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).