WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Jenkins is having a hiccup?

Re: Jenkins is having a hiccup?

by Martin Nordholts-2 :: Rate this Message:

| View in Thread

Den 6 februari 2012 00:31 skrev Partha Bagchi <partha1b@...>:
> Just downloaded gimp-git-master.tar.bz2. Something is not right with
> the current tar file since I get "unrecognized archive format" (Mac
> Snow Leopard).
>
>  Also noticed that the size of the archive was significantly lower
> than the build from Jan 30.
>
> Build #395 - size is 19968040 while Build #400 is 15950492.

Oops, the gimp-git-master.tar.bz2 is actually a .xz archive. Thanks
for notifying. I will fix the job configuration so it properly
archives tarballs. Meanwhile, you can download XZ Utils [1] to unpack
the tarball, like this:

$ mv gimp-git-master.tar.bz2 gimp-git-master.tar.xz
$ unxz gimp-git-master.tar.xz
$ tar -xf gimp-git-master.tar

/ Martin

[1] http://tukaani.org/xz/

--

My GIMP Blog:
http://www.chromecode.com/
"Single-window mode feature complete"
_______________________________________________
gimp-developer-list mailing list
gimp-developer-list@...
http://mail.gnome.org/mailman/listinfo/gimp-developer-list

 « Return to Thread: Jenkins is having a hiccup?