Re: [opensuse-buildservice] Scenario
hi, On Fri, 2008-09-19 at 12:46 -0600, Boyd Lynn Gerber wrote:
I'll fix up my script a bit on the weekend and publish it here... hope
this won't be to late for you.
I think it would be great if/when you do this that we could get it. Maybe we could get a SUSE/Novell, repo for such things. A community/contrib location for OBS and packaging.
Thanks,
As promised here the script I'm using at home for some of mz SVN snapshots. Of course there is plenty of room to automate it more, so far I only had need for it in two folders, one is using svn, the other one git for the updates... with some very few modifications, the git pull does the same. Happy sharing! ### SCRIPT pushd ffmpeg-0.4.9 svn up popd tar --exclude .svn -cjf ffmpeg-0.4.9.tar.bz2 ffmpeg-0.4.9 sed -i "s/Version:.*/Version: %{baseversion}.$(svn info ffmpeg-0.4.9 | awk '/Revision:/ {print $2}' )/" ffmpeg.spec osc ci -m "Update to svn revision $(svn info ffmpeg-0.4.9 | awk '/Revision:/ {print $2}')" ## END SCRIPT Dominique PS: I'm sure there are other nice solutions... this one works for me for my usecase. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (1)
-
Dominique Leuenberger