[yast-commit] r57271 - in /trunk/devtools: devtools/bin/create-new-package package/yast2-devtools.changes

Author: lslezak Date: Wed May 20 17:24:33 2009 New Revision: 57271 URL: http://svn.opensuse.org/viewcvs/yast?rev=57271&view=rev Log: - create-new-package - fixed syntax error (missing semicolon) Modified: trunk/devtools/devtools/bin/create-new-package trunk/devtools/package/yast2-devtools.changes Modified: trunk/devtools/devtools/bin/create-new-package URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/bin/create-new-... ============================================================================== --- trunk/devtools/devtools/bin/create-new-package (original) +++ trunk/devtools/devtools/bin/create-new-package Wed May 20 17:24:33 2009 @@ -153,7 +153,7 @@ } print ("\n\n Your package '$new_name' was successfully created\n\n"); - print ("(To work with it, do not forget: cd $target_dir)\n\n") + print ("(To work with it, do not forget: cd $target_dir)\n\n"); print ("If you 'svn import' *before* building it, it will be easier.\n"); print ("After that, 'y2tool svnignore' will be useful\n"); } Modified: trunk/devtools/package/yast2-devtools.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/package/yast2-devtools.c... ============================================================================== --- trunk/devtools/package/yast2-devtools.changes (original) +++ trunk/devtools/package/yast2-devtools.changes Wed May 20 17:24:33 2009 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed May 20 17:23:49 CEST 2009 - lslezak@suse.cz + +- create-new-package - fixed syntax error (missing semicolon) + +------------------------------------------------------------------- Wed May 20 13:17:00 CEST 2009 - mvidner@suse.cz - y2tool tagversion: fixed branch tagging for tmp/* branches such as -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org