[Kde-extra-gear] Tarball creation software.

Angelo Naselli anaselli at linux.it
Sat Dec 29 13:37:13 CET 2007


sabato 29 dicembre 2007, Kleag ha scritto:
> Hello,
> 
> There is a problem when you enter a non-defaul version number: the new version 
> number includes the entered newline. The following patch solves the problem.
> Can I commit ?
> 
> Regards,
> 
> Kleag
> 
> Index: create_tarball.rb
> ===================================================================
> --- create_tarball.rb   (révision 753748)
> +++ create_tarball.rb   (copie de travail)
> @@ -20,7 +20,7 @@
> 
>  version  = `svn ls #{svnbase}/tags/KDE | sort | tail -n1 | 
> cut -d "/" -f1`.chomp
>  puts "Which version (default: " + version + ")?"
> -version_temp = gets
> +version_temp = gets.chomp!
> 
>  if (version_temp.chomp.length > 0)
>      version = version_temp

Can you test with the new one I've just commit? It uses -v version now,
thanks
	Angelo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-extra-gear/attachments/20071229/306f6363/attachment.pgp 


More information about the Kde-extra-gear mailing list