Ticket #1179 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

daily wingrass binary snapshots are down

Reported by: hamish Owned by: grass-dev@…
Priority: critical Milestone: 6.4.1
Component: Packaging Version: unspecified
Keywords: wingrass Cc:
Platform: MSWindows XP CPU: x86-32

Description

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@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

Change History

Changed 3 years ago by martinl

  • status changed from new to closed
  • resolution set to fixed

The daily builds are back. Martin

Note: See TracTickets for help on using tickets.