Ignore:
Timestamp:
2017-10-03T20:04:58+13:00 (7 years ago)
Author:
ak19
Message:

Fix intended to get stables uploaded to the Snapshots page again. Leopards have long ceased to get generated (and I no longer even have access to our Mac Leopard machine, which may be connected), so snapshots weren't going through, because they either all go through or none go through. The tentative fix is to remove Mac Leopard from the list of expected binaries/products. That seems to have fixed the issue when I ran the script manually, hopefully the fix will also work when the nightly binaries go through overnight. Need to check tomorrow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/crons-and-scripts/do-snapshots-and-latest.sh

    r30004 r32022  
    2626# at http://www.yourownlinux.com/2013/10/working-with-arrays-in-bash-scripting.html
    2727
    28 suffixes=("linux" "linux-x64" "Lion-MacOS-intel.dmg" "MacOS-intel.dmg" "windows.exe" ${source_suffixes[@]})
     28# Mac Leopard binaries are no longer automatically generated
     29# (as I can't even log into our Mac Leopard machine)
     30#suffixes=("linux" "linux-x64" "Lion-MacOS-intel.dmg" "MacOS-intel.dmg" "windows.exe" ${source_suffixes[@]})
     31suffixes=("linux" "linux-x64" "Lion-MacOS-intel.dmg" "windows.exe" ${source_suffixes[@]})
    2932
    3033gs2_bin_prefix=Greenstone-$gs2version-candidate-$today-
     
    196199    # latest will not be undef, because this script is only ever called upon a legitimate
    197200    # file upload into puka's caveat-emptor location   
    198     # E.g. for testing, latest=Greenstone-3.07-candidate-2015.06.30-linux-x64
     201    # e.g. for testing, latest=Greenstone-3.07-candidate-2015.06.30-linux-x64
    199202
    200203    echo "Latest file in caveat is: $latest"
Note: See TracChangeset for help on using the changeset viewer.