[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: PATCH: fix various packaging issues (#225246)



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]