From fe36498d7515b608caeefeba06fbb442f4a5e8846df85a7cb492fdc2c9c6e063 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 4 Sep 2020 12:52:37 +0000 Subject: [PATCH] Accepting request 832081 from home:favogt:branches:Base:System IMO localonly should also be replaced with "disabled" so that "osc ci" and "osc build" don't fetch updates all the time without asking. - Generate the tarball during buildtime. Tracking both the tarball and the .obscpio combines the worst of both. OBS-URL: https://build.opensuse.org/request/show/832081 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=413 --- _service | 6 +++--- dracut-050+suse.75.g266a76d9.tar.xz | 3 --- dracut.changes | 6 ++++++ 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 dracut-050+suse.75.g266a76d9.tar.xz diff --git a/_service b/_service index 9fc8619..5e23a29 100644 --- a/_service +++ b/_service @@ -8,10 +8,10 @@ suse/README.susemaint enable - - + + + *.tar xz - diff --git a/dracut-050+suse.75.g266a76d9.tar.xz b/dracut-050+suse.75.g266a76d9.tar.xz deleted file mode 100644 index 2342360..0000000 --- a/dracut-050+suse.75.g266a76d9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a93d0ade8a658d8cecef7d918f59bd2458038d541e9ad5dc04aa6898d711023 -size 307312 diff --git a/dracut.changes b/dracut.changes index 7cf6519..0fb7de6 100644 --- a/dracut.changes +++ b/dracut.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 4 12:15:24 UTC 2020 - Fabian Vogt + +- Generate the tarball during buildtime. Tracking both the tarball + and the .obscpio combines the worst of both. + ------------------------------------------------------------------- Wed Aug 19 14:32:51 UTC 2020 - daniel.molkentin@suse.com