forked from pool/ignition
- Update to version 0.30.0+git20190424.9212ea6:
* doc: add docs for existing link behavior * tests: add test for matching links * tests: fix test runner to link in the correct root * stages/files: do not fail if links are correct * tests/positive: test hardlinking to symlinks * tests/validator: use os.Lstat() not os.Stat() * config/*/types/storage: fail on hardlinked dirs - Update to version 0.30.0+git20190417.ccc74c4: * doc/config-v3_*: Add notes about uniqueness OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=14
This commit is contained in:
parent
f4c7221156
commit
9acb12c335
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/coreos/ignition.git</param>
|
||||
<param name="changesrevision">7f9bc6dcb4705887ed00f2a105e7c16c52a0ad8b</param>
|
||||
<param name="changesrevision">ba9a9ba1970fdb4100f13fa24139f909854a76af</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af5567bde76fd5f1ea83df919198521f2ce3efc29ff9bd9ffd085996ca4c7fe7
|
||||
size 595196
|
3
ignition-0.30.0+git20190424.9212ea6.tar.xz
Normal file
3
ignition-0.30.0+git20190424.9212ea6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5217b4fe7beaee889074db409eb056681a46c91d8671adb03054987f639f46c3
|
||||
size 597172
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 07:40:40 UTC 2019 - kukuk@suse.de
|
||||
|
||||
- Update to version 0.30.0+git20190424.9212ea6:
|
||||
* doc: add docs for existing link behavior
|
||||
* tests: add test for matching links
|
||||
* tests: fix test runner to link in the correct root
|
||||
* stages/files: do not fail if links are correct
|
||||
* tests/positive: test hardlinking to symlinks
|
||||
* tests/validator: use os.Lstat() not os.Stat()
|
||||
* config/*/types/storage: fail on hardlinked dirs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 07:39:41 UTC 2019 - kukuk@suse.de
|
||||
|
||||
- Update to version 0.30.0+git20190417.ccc74c4:
|
||||
* doc/config-v3_*: Add notes about uniqueness
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 11:32:53 UTC 2019 - kukuk@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ignition
|
||||
Version: 0.30.0+git20190411.205ae79
|
||||
Version: 0.30.0+git20190424.9212ea6
|
||||
Release: 0
|
||||
Group: System/Management
|
||||
Summary: First boot installer and configuration tool
|
||||
|
Loading…
Reference in New Issue
Block a user