Jeroen van Meeuwen wrote:
Hans de Goede wrote:+# git archive --format=tar --prefix=anaconda-$VERSION/ \ +# anaconda-$VERSION-$RELEASE > anaconda-$VERSION.tar +# make ChangeLog +# make -C docs kickstart-docs.txt command-line.txt +# mkdir -p anaconda-$VERSION/docs/+# cp docs/kickstart-docs.txt docs/command-line.txt anaconda-$VERSION/docs/+# cp ChangeLog anaconda-$VERSION/ +# tar --append -f anaconda-$VERSION.tar anaconda-$VERSION +# bzip2 -f anaconda-$VERSION.tarIsn't this "make archive"? I'm not entirely sure that's a valid make target on all branches... nor if it's accepted as a description for generating Source0...
Yes, but make archive depends on / does a git tag, so that cannot be used directly Regards, Hans