Remove machine_id script (upstreamed)

This commit is contained in:
Mikhail Gordeev 2022-06-02 18:53:37 +03:00
parent 8b5b2af84d
commit 5274628a32
4 changed files with 0 additions and 60 deletions

View File

@ -22,7 +22,6 @@ images:
- method: lxd - method: lxd
scripts: scripts:
- securetty - securetty
- machine_id
rootfs-systemd-etcnet: rootfs-systemd-etcnet:
target: ve/systemd-etcnet target: ve/systemd-etcnet
kinds: kinds:
@ -31,7 +30,6 @@ images:
- method: lxd - method: lxd
scripts: scripts:
- securetty - securetty
- machine_id
rootfs-sysvinit: rootfs-sysvinit:
target: ve/sysvinit-etcnet target: ve/sysvinit-etcnet
kinds: kinds:
@ -44,8 +42,6 @@ images:
target: vm/cloud-systemd target: vm/cloud-systemd
kinds: kinds:
- qcow2c - qcow2c
scripts:
- machine_id
rename: rename:
regex: '(.*)\.qcow2c$' regex: '(.*)\.qcow2c$'
to: '\1.qcow2' to: '\1.qcow2'
@ -58,8 +54,6 @@ images:
- p9 - p9
- p8 - p8
- c8 - c8
scripts:
- machine_id
rename: rename:
regex: '(.*)\.qcow2c$' regex: '(.*)\.qcow2c$'
to: '\1.qcow2' to: '\1.qcow2'
@ -79,17 +73,6 @@ branches:
branding: alt-starterkit branding: alt-starterkit
scripts: scripts:
machine_id:
contents: |
#!/bin/sh -exu
etc_machine_id=/etc/machine-id
dbus_machine_id=/var/lib/dbus/machine-id
rm -f "$etc_machine_id" "$dbus_machine_id"
touch "$etc_machine_id"
global: no
number: 90
securetty: securetty:
contents: | contents: |
#!/bin/sh #!/bin/sh

View File

@ -22,7 +22,6 @@ images:
- method: lxd - method: lxd
scripts: scripts:
- securetty - securetty
- machine_id
rootfs-systemd-etcnet: rootfs-systemd-etcnet:
target: ve/systemd-etcnet target: ve/systemd-etcnet
kinds: kinds:
@ -31,7 +30,6 @@ images:
- method: lxd - method: lxd
scripts: scripts:
- securetty - securetty
- machine_id
rootfs-sysvinit: rootfs-sysvinit:
target: ve/sysvinit-etcnet target: ve/sysvinit-etcnet
kinds: kinds:
@ -60,17 +58,6 @@ branches:
branding: alt-starterkit branding: alt-starterkit
scripts: scripts:
machine_id:
contents: |
#!/bin/sh -exu
etc_machine_id=/etc/machine-id
dbus_machine_id=/var/lib/dbus/machine-id
rm -f "$etc_machine_id" "$dbus_machine_id"
touch "$etc_machine_id"
global: no
number: 90
securetty: securetty:
contents: | contents: |
#!/bin/sh #!/bin/sh

View File

@ -22,7 +22,6 @@ images:
- method: lxd - method: lxd
scripts: scripts:
- securetty - securetty
- machine_id
rootfs-systemd-etcnet: rootfs-systemd-etcnet:
target: ve/systemd-etcnet target: ve/systemd-etcnet
kinds: kinds:
@ -31,7 +30,6 @@ images:
- method: lxd - method: lxd
scripts: scripts:
- securetty - securetty
- machine_id
rootfs-sysvinit: rootfs-sysvinit:
target: ve/sysvinit-etcnet target: ve/sysvinit-etcnet
kinds: kinds:
@ -60,17 +58,6 @@ branches:
branding: alt-starterkit branding: alt-starterkit
scripts: scripts:
machine_id:
contents: |
#!/bin/sh -exu
etc_machine_id=/etc/machine-id
dbus_machine_id=/var/lib/dbus/machine-id
rm -f "$etc_machine_id" "$dbus_machine_id"
touch "$etc_machine_id"
global: no
number: 90
securetty: securetty:
contents: | contents: |
#!/bin/sh #!/bin/sh

View File

@ -18,8 +18,6 @@ images:
- ppc64le - ppc64le
exclude_branches: exclude_branches:
- c8 - c8
scripts:
- machine_id
rename: rename:
regex: '(.*)\.qcow2c$' regex: '(.*)\.qcow2c$'
to: '\1.qcow2' to: '\1.qcow2'
@ -34,8 +32,6 @@ images:
exclude_branches: exclude_branches:
- p8 - p8
- c8 - c8
scripts:
- machine_id
tests: tests:
- method: prog(cloud-build-test-cloud) - method: prog(cloud-build-test-cloud)
rename: rename:
@ -55,8 +51,6 @@ images:
- p9 - p9
- p8 - p8
- c8 - c8
scripts:
- machine_id
tests: tests:
- method: prog(cloud-build-test-cloud) - method: prog(cloud-build-test-cloud)
rename: rename:
@ -89,17 +83,6 @@ branches:
branding: alt-starterkit branding: alt-starterkit
scripts: scripts:
machine_id:
contents: |
#!/bin/sh -exu
etc_machine_id=/etc/machine-id
dbus_machine_id=/var/lib/dbus/machine-id
rm -f "$etc_machine_id" "$dbus_machine_id"
touch "$etc_machine_id"
global: no
number: 90
securetty: securetty:
contents: | contents: |
#!/bin/sh #!/bin/sh