Skip to content

Commit

Permalink
test(moss): add test data for conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <git@gzgz.dev>
  • Loading branch information
GZGavinZhao committed Jun 4, 2024
1 parent 7b1fbf9 commit 8ad1426
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Binary file added test/conflicts/italian-pizza-1-1-1-x86_64.stone
Binary file not shown.
17 changes: 17 additions & 0 deletions test/conflicts/italian-pizza.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# SPDX-FileCopyrightText: © 2020-2022 Serpent OS Developers
#
# SPDX-License-Identifier: Zlib
#
name : italian-pizza
version : "1"
release : 1
summary : A certain Italian pizza that hates pineapples
description : Me no like pineapples.
license : Zlib
homepage : https://github.com/serpent-os
conflicts :
- pineapple
install : |
mkdir -p %(installroot)/%(vendordir)
touch %(installroot)/%(vendordir)/italian-pizza
Binary file added test/conflicts/pineapple-1-1-1-x86_64.stone
Binary file not shown.
15 changes: 15 additions & 0 deletions test/conflicts/pineapple.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# SPDX-FileCopyrightText: © 2020-2022 Serpent OS Developers
#
# SPDX-License-Identifier: Zlib
#
name : pineapple
version : "1"
release : 1
summary : Delicious slices of pineapples
description : Can I be on your pizza?
license : Zlib
homepage : https://github.com/serpent-os
install : |
mkdir -p %(installroot)/%(vendordir)
touch %(installroot)/%(vendordir)/pienapple

0 comments on commit 8ad1426

Please sign in to comment.