[GRASS-dev] [GRASS GIS] #1179: daily wingrass binary snapshots are down

#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@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&gt;
GRASS GIS <http://grass.osgeo.org>

#1179: daily wingrass binary snapshots are down
---------------------------+------------------------------------------------
  Reporter: hamish | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: critical | Milestone: 6.4.1
Component: Packaging | Version: unspecified
Resolution: fixed | Keywords: wingrass
  Platform: MSWindows XP | Cpu: x86-32
---------------------------+------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

Comment:

The daily builds are back. Martin

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1179#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>