mirror of https://github.com/cutefishos/calamares
[welcome] add SPDX-tags to test-data
parent
1a1009a2a9
commit
47c504df5d
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
requirements:
|
||||
internetCheckUrl: http://example.com
|
||||
|
@ -1,3 +1,6 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Nothing at all
|
||||
---
|
||||
bogus: 1
|
||||
|
@ -1,6 +1,10 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Multiple, all valid
|
||||
---
|
||||
requirements:
|
||||
internetCheckUrl:
|
||||
internetCheckUrl:
|
||||
- http://example.com
|
||||
- http://bogus.example.com
|
||||
- http://nonexistent.example.com
|
||||
|
@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Multiple, all valid, in short-list form
|
||||
---
|
||||
requirements:
|
||||
internetCheckUrl: [ http://example.com, http://bogus.example.com, http://nonexistent.example.com ]
|
||||
|
Loading…
Reference in New Issue