Opened 16 years ago

Closed 16 years ago

#2490 closed defect (fixed)

Trunk nightly snapshots missing

Reported by: Even Rouault Owned by: Mateusz Łoskot
Priority: normal Milestone:
Component: Website Version: unspecified
Severity: normal Keywords: nightly snapshot
Cc: warmerdam

Description

In http://download.osgeo.org/gdal/daily/, there are only snapshots from branches/1.5. There should be snapshots from trunk too.

And http://trac.osgeo.org/gdal/wiki/DownloadSource should be updated to say that the snapshots are the current development version from trunk and the stable branch

Change History (6)

comment:1 by Mateusz Łoskot, 16 years ago

Status: newassigned

comment:2 by Mateusz Łoskot, 16 years ago

Even,

Thanks for the report. I confirm the trunk snapshot was missing. However, I'm not sure why because:

  1. There are correctly configured two cron jobs
10 3 * * * /osgeo/gdal/gdalnightlysvn.sh trunk > /dev/null 2>&1
20 3 * * * /osgeo/gdal/gdalnightlysvn.sh stable > /dev/null 2>&1
  1. I manually launched the first command and it succeeded.

So, I don't not really understand why the second cron job worked but the first one did not.

Anyway, let's observe if we will get trunk snapshot generated for tomorrow.

comment:3 by Mateusz Łoskot, 16 years ago

FYI, here is verbose output of the command I run manually:

[frankw@xblade14-2 gdal]$ /osgeo/gdal/gdalnightlysvn.sh trunk
Selecting GDAL branch: trunk
Building GDAL Nightly: svn-trunk-2008.07.21...Done
Uploading svn-trunk-2008.07.21 to daily download...Done

comment:4 by Even Rouault, 16 years ago

Furthermore, gdalnightlysvn.sh in SVN trunk contains SVNBRANCH="branches/1.4" when stable is invoked, that should be updated to branches/1.5 I guess. (I've not verified but I conclude that the current stable snapshot is from branches/1.4)

comment:5 by Mateusz Łoskot, 16 years ago

Even

Snapshots are generated by private copy of gdalnightlysvn.sh script located in /osgeo/gdal/gdalnightlysvn.sh. Generally, we want to keep the private and SVN versions synced. And, the difference you pointed is IMO not relevant regarding the original problem - trunk snapshot is not generated.

Back to the original issue, as I see both, trunk and stable, snapshots have been generated today (2008-07-22).

Should we consider the problem as fixed?

comment:6 by Even Rouault, 16 years ago

Resolution: fixed
Status: assignedclosed

Let's consider it fixed for the moment.

Note: See TracTickets for help on using tickets.