Re: ANNOUNCE: ooo-build-3.2.98.1 released (3.3-alpha1)

Petr Mladek <[email protected]> Fri, 17 Sep 2010 16:59:57 +0200
Newsgroups gmane.comp.gnome.ximian.openoffice
Message-ID <[email protected]>
--=-OhxvhDFkRxJ7QcEGp4dT
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

[email protected] p=C3=AD=C5=A1e v P=C3=A1 17. 09. 2010 v 11:02 +0300:
> > Hi,
> >
> > I am happy to announce 3.3-alpha1 release of ooo-build master. You
> > might find it at
> >
> > 	http://download.go-oo.org/3.3/ooo-build-3.2.98.1.tar.gz
> > 	http://download.go-oo.org/3.3/ooo-build-3.2.98.1.tar.gz.md5
> >
> > It took very long time because of many changes, vacations, ...
> >
> >
> > New source tarballs:
> > --------------------
> >
> > As announced in other mails, we started to move patches from ooo-buil=
d
> > to the OOo git sources. It means that the plain OOo source tarballs a=
re
> > not longer usable. Instead, ooo-build-<version>-<piece>.tar.bz2 are
> > needed. They are automatically downloaded by the script ./download.
> >
>=20
> download script downloads all files but also prints an error:
>=20
> Can't exec "./download_external_sources.sh": No such file or directory =
at
> ./download line 86.
>=20
> since there are no files named "download_*". FYI.

Grr, the new scrip was not added to the released tarball. Please put the
attached file into the ooo-build-3.2.98.1 directory. Make sure that it
is executable:
    =20
     chmod 755 download_external_sources.sh

and run ./download again.


I am sorry for the troubles. I will make sure that it is included in the
next release.

Best Regards,
Petr

--=-OhxvhDFkRxJ7QcEGp4dT
Content-Type: application/x-shellscript; name="download_external_sources.sh"
Content-Disposition: attachment; filename="download_external_sources.sh"
Content-Transfer-Encoding: 7bit

#!/bin/sh

. ./bin/setup

export TARFILE_LOCATION
GIT_TAG=`echo $OOO_SOURCEDIRNAME | tr "a-z.-" "A-Z__"`
tmp=`mktemp -q -d`

cd $tmp
wget http://cgit.freedesktop.org/ooo-build/bootstrap/plain/fetch_tarballs.sh?id=$GIT_TAG -O fetch_tarballs.sh && chmod 755 fetch_tarballs.sh
wget http://cgit.freedesktop.org/ooo-build/bootstrap/plain/ooo.lst?id=$GIT_TAG -O ooo.lst
./fetch_tarballs.sh ooo.lst &&  rm -f fetch_tarballs.sh ooo.lst
cd ..
rmdir $tmp


--=-OhxvhDFkRxJ7QcEGp4dT
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline