(file) Return to tog-pegasus-pre.spec CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm / tog-specfiles

 1 denise.eckstein 1.1 if [ -d %PEGASUS_REPOSITORY_DIR"/root#PG_Internal" ]
 2                     then
 3                       #
 4                       # Save the current repository to prev_repository
 5                       #
 6                       if [[ -d %PEGASUS_REPOSITORY_DIR ]]
 7                       then
 8                         if [[ -d %PEGASUS_PREV_REPOSITORY_DIR ]]
 9                         then
10 w.otsuka        1.2       mv %PEGASUS_PREV_REPOSITORY_DIR %PEGASUS_PREV_REPOSITORY_DIR`date '+%Y-%m-%d-%s.%N'`.rpmsave;
11 denise.eckstein 1.1     fi
12                         mv %PEGASUS_REPOSITORY_DIR %PEGASUS_PREV_REPOSITORY_DIR
13                         mkdir %PEGASUS_REPOSITORY_DIR
14                       fi
15                     fi

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2