Changeset 1104


Ignore:
Timestamp:
Apr 25, 2009, 11:32:03 PM (15 years ago)
Author:
mitchb
Message:
Gallery2 autoinstaller updates for version 2.3 and scriptsstar
Location:
locker
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/scripts-gallery2

    r127 r1104  
    11#!/bin/sh
    22
     3scriptsstar="-star"
    34sname="Gallery2"
    4 deploy="gallery2"
     5deploy="gallery2$scriptsstar"
    56prompt_username=1
    67create_dir=1
  • locker/deploy/bin/gallery2

    r476 r1104  
    1414mkpath($dir);
    1515
    16 system('patch', 'install/steps/AuthenticateStep.class',
    17        '/mit/scripts/deploy/gallery2.patch');
     16system("patch", "install/steps/AuthenticateStep.class",
     17       "/mit/scripts/deploy$scriptsdev/gallery2.patch");
    1818
    1919$ua->cookie_jar({file => '.cookies'});
Note: See TracChangeset for help on using the changeset viewer.