mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 15:33:07 +00:00
1552a05e2c
The previous system required making commits in order to do a new build. This caused problems because we were using the git repo directly for fedora builds and we couldn't use that exact version when building matching packages because of needing to make new commits in order to do the build. Having the spec file in here also was unnecessary. It is easy to just maintain the spec file in the Fedora package. I still want to do a bit more future work with this to pick up the version from a git tag.
3 lines
124 B
Makefile
3 lines
124 B
Makefile
clean: rm -f spin-kickstarts.tar.gz
|
|
dist: git archive --format=tar --prefix=spin-kickstarts | gzip > spin-kickstarts.tar.gz
|