make: Build some extravagant release hacks
This should make a maintainers life easier. (I hope!) The .release files contain the "magic name" for the respective release type. If they start with a # then they are skipped. You shouldn't need to keep bumping the distro versions in the Makefile anymore.
This commit is contained in:
1
releases/archlinux.release
Normal file
1
releases/archlinux.release
Normal file
@@ -0,0 +1 @@
|
||||
#archlinux
|
||||
1
releases/binary-amd64.release
Normal file
1
releases/binary-amd64.release
Normal file
@@ -0,0 +1 @@
|
||||
binary-linux-amd64
|
||||
1
releases/binary-arm64.release
Normal file
1
releases/binary-arm64.release
Normal file
@@ -0,0 +1 @@
|
||||
binary-linux-arm64
|
||||
1
releases/debian-stable.release
Normal file
1
releases/debian-stable.release
Normal file
@@ -0,0 +1 @@
|
||||
#debian-12
|
||||
1
releases/fedora-latest.release
Normal file
1
releases/fedora-latest.release
Normal file
@@ -0,0 +1 @@
|
||||
#fedora-39
|
||||
1
releases/fedora-older.release
Normal file
1
releases/fedora-older.release
Normal file
@@ -0,0 +1 @@
|
||||
#fedora-38
|
||||
1
releases/stream-latest.release
Normal file
1
releases/stream-latest.release
Normal file
@@ -0,0 +1 @@
|
||||
#stream-9
|
||||
1
releases/ubuntu-latest.release
Normal file
1
releases/ubuntu-latest.release
Normal file
@@ -0,0 +1 @@
|
||||
#ubuntu-mantic
|
||||
Reference in New Issue
Block a user