Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a valid debian repo containing no packages #187

Merged
merged 1 commit into from
Aug 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/conf/distributions
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ Description: This is a valid Debian repository.
Architectures: ppc64
Components: asgard
SignWith: 6EDF301256480B9B801EBA3D05A5E6DA269D9D98

codename: ginnungagap
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

Description: This repository is valid, but contains no packages!
Architectures: armeb ppc64
Components: asgard jotunheimr
SignWith: 6EDF301256480B9B801EBA3D05A5E6DA269D9D98
1 change: 1 addition & 0 deletions debian/gen-fixtures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ reprepro -C asgard includeudeb ragnarok asgard_udebs/*.udeb
reprepro -C asgard includedeb ragnarok asgard/*.deb
reprepro -C asgard includedeb nosuite asgard/*.deb
reprepro -C jotunheimr includedeb ragnarok jotunheimr/*.deb
reprepro export ginnungagap

# Help to test that this artifact gets decompressed on the fly
rm dists/ragnarok/jotunheimr/binary-armeb/Packages
Expand Down