[GRASS-dev] [GRASS GIS] #1179: daily wingrass binary snapshots are
down
GRASS GIS
trac at osgeo.org
Sun Sep 26 02:59:27 EDT 2010
#1179: daily wingrass binary snapshots are down
-----------------------+----------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 6.4.1
Component: Packaging | Version: unspecified
Keywords: wingrass | Platform: MSWindows XP
Cpu: x86-32 |
-----------------------+----------------------------------------------------
Hi,
it's been most of the week (Sept 21) since binary snapshots of wingrass
6.4, 6.5, and 7.0 have been updated.
??
thanks,
Hamish
ps- automated email alert script, in case it may be helpful:
{{{
...
./configure ...
EXIT_CODE=$?
#...
make
EXIT_CODE=`expr $EXIT_CODE + $?`
if [ $EXIT_CODE -ne 0 ] ; then
TO_ADDR="you at example.org"
SUBJ="WinGrass autobuild failure"
MESG="WinGrass $BUILD_VER failed at `date`, svn rev $SVN_REV ..."
echo "$MESG"
echo "$MESG" | mail -s "$SUBJ" $TO_ADDR
fi
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1179>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list