>>>>> "DV" == Dominik Vogt <fvwm-workers@fvwm.org> writes:

DV> The recent snapshots are broken (PictureDitherMatrice.h missing in
DV> Makefile.am), but there are no error mails on the list.

The snapshots are being built just fine, though; I just built another
one without error.

DV> Is something wrong with the script trying to build the snapshots?

Nothing other than the fact that it's succeeding.  The script is, as
always:

#!/bin/zsh
VERSION=snap-`/bin/date +%Y%m%d`;
SNAPDIR=/home/ftp/pub/fvwm/devel/snapshots;
TMPF=/tmp/fvwm.snap.$$
rm -f $TMPF
cd ~/fvwm
/usr/bin/cvs -q update -dPA                 >> $TMPF 2>&1 && \
/usr/bin/aclocal                            >> $TMPF 2>&1 && \
/usr/bin/automake --add-missing             >> $TMPF 2>&1 && \
/usr/bin/autoreconf                         >> $TMPF 2>&1 && \
./configure                                 >> $TMPF 2>&1 && \
/usr/bin/make -k                            >> $TMPF 2>&1 && \
/usr/bin/make dist VERSION=$VERSION         >> $TMPF 2>&1 && \
mv fvwm-$VERSION.tar.gz $SNAPDIR            >> $TMPF 2>&1 && \
cp -p ChangeLog NEWS $SNAPDIR               >> $TMPF 2>&1
if [ ! -f $SNAPDIR/fvwm-$VERSION.tar.gz ]; then
  mail -s "Problems building $VERSION" fvwm-workers@fvwm.org < $TMPF;
fi
rm $TMPF

 - J<
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to