[Mach-cvs] CVS: mach2/doc release,1.10,1.11
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2014-06-29 19:35:27
|
Update of /cvsroot/mach/mach2/doc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28059/doc Modified Files: release Log Message: update notes Index: release =================================================================== RCS file: /cvsroot/mach/mach2/doc/release,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** release 29 Jun 2014 16:54:01 -0000 1.10 --- release 29 Jun 2014 19:35:24 -0000 1.11 *************** *** 40,42 **** --- 40,53 ---- - bump configure.ac and commit - rebuild in fedora repos + cp mach-$RELEASE.tar.* $HOME/dev/ext/fedora.git/mach + cd $HOME/dev/ext/fedora.git/mach + git fetch -a + git checkout f19 + git pull + vim mach.spec + fedpkg new-sources mach-$RELEASE.tar.* + git commit -a -m 'update to $RELEASE' + git push + fedpkg build + - why don't you blog about it ? |