Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: gnome-hearts - Game of Hearts implementation for gnome https://bugzilla.redhat.com/show_bug.cgi?id=291741 ------- Additional Comments From caillon@xxxxxxxxxx 2007-11-29 06:55 EST ------- (In reply to comment #42) Actually, yeah I do kind of mind. It's something I'd block on before letting it into Fedora. That should never be run from rpmbuild, really. If you want to be able to generate sources quickly during tracking svn, I'd suggest a shell script. ./gen_gnome_hearts_tarball.sh 0.2 163 #!/bin/sh rpm_ver_tag=$1 svn_rev=$2 ghdir=gnome-hearts-${rpm_ver_tag} rm -rf ${ghdir} svn export -r ${svn_rev} svn://svn.jejik.com/gnome-hearts/branches/0.2.x ${ghdir} cd ${ghdir} sh ./bootstrap strapped=$? if [ $strapped != 0 ]; then exit $strapped fi cd - tar -czvf gnome-hearts-${rpm_ver_tag}.svn${svn_rev}.tar.gz ${ghdir} -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review