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
This commit is contained in:
Daniel Molkentin 2020-09-04 12:52:37 +00:00 committed by Git OBS Bridge
parent 2bdd3214eb
commit fe36498d75
3 changed files with 9 additions and 6 deletions

View File

@ -8,10 +8,10 @@
<param name="extract">suse/README.susemaint</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="localonly" />
<service name="recompress" mode="localonly">
<service name="set_version" mode="localonly" />
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly" />
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a93d0ade8a658d8cecef7d918f59bd2458038d541e9ad5dc04aa6898d711023
size 307312

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 4 12:15:24 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- 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