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.tar
Isn'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...
-Jeroen _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list