Re: install-module on master.gnome.org



Hi,

Vincent Untz schrieb:
Le jeudi 20 mars 2008, à 14:41 +0100, Stefan Kost a écrit :
hej,

one question for 'install-module foo-X.Y.tar.gz' on master.gnome.org. Does anyone knows how to handle 'foo-X.Y.news' and 'foo-X.Y.changes'? Some modules have those files in the ftp directories and it improves the generated newsfeed on http://download.gnome.org/LATEST.xml.

The news file is automatically generated with a diff on NEWS between the
previous release and the newly installed release. I believe it's not
created for a .0 release since it creates the directory and so there's
no previous release in this directory. This could be improved, I guess.

It takes the NEWS file from the archive? I release gtk-doc-1.9 and 1.10 sofar (1.10 yesterday) and I neither got .news nor a .changes file generated. Bother we no .0 release. Hrmpf. I found out what goes wrong. gtk-doc releases use versions like 1.9, 1.10, 1.11. The script creates new dirs for each release and belives its a .0 release, which is wrong as its not 1.10.0.

I think for releases with such a numbering scheme this:
MAJMIN=$(echo $VERSION | sed "s#\([[:digit:]]\+\.[[:digit:]]\+\).*#\1#")
LOCATION=$FTPROOT/sources/$MODULE/$MAJMIN
should be
MAJ=$(echo $VERSION | sed "s#\([[:digit:]]\+\.*#\1#")
LOCATION=$FTPROOT/sources/$MODULE/$MAJ

Stefan


The changes file is created with a diff between the previous the
previous release and the newly installed relase. It's discarded if
there's any binary change (in an icon, eg).
See http://bugzilla.gnome.org/show_bug.cgi?id=156122

Some apps also have an icon installed in there basedir. How to get that there?

No idea.

Would be nice to have it described at: http://live.gnome.org/MaintainersCorner/Releasing
I will do this, once I know.

Vincent




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]