Changeset 710 for locker/update-system


Ignore:
Timestamp:
Apr 6, 2008, 9:10:54 PM (16 years ago)
Author:
acrefoot
Message:
Fixed bug involving build-update.

Generated update script would use /mit/scripts for version checking; 
now uses /afs/athena.mit.edu/contrib/scripts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/update-system/bin/build-update

    r695 r710  
    105105
    106106open (SCRIPT, ">", catfile($outdir, "update")) or die "Couldn't write update: $!";
    107 printf SCRIPT <<'EOF', catfile("/mit/scripts/deploy/", $old), catfile("/mit/scripts/deploy/", $new);
     107printf SCRIPT <<'EOF', catfile("/afs/athena.mit.edu/contrib/scripts/deploy/", $old), catfile("/afs/athena.mit.edu/contrib/scripts/deploy/", $new);
    108108#!/bin/bash
    109109set -e -o noclobber
Note: See TracChangeset for help on using the changeset viewer.