Changeset 411
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r410 r411 14 14 use strict; 15 15 use warnings; 16 use version; our $VERSION = version->declare('0.7.1 2');16 use version; our $VERSION = version->declare('0.7.13'); 17 17 18 18 use Readonly; -
trunk/push-web
r410 r411 65 65 66 66 old_switch_db=$((echo 'command <tt>klask exportsw --format txt</tt>'; 67 (cd ${TMP}/; ls -1 switch-db.20[ [0-9]][[0-9]]-[[0-9]][[0-9]]-[[0-9]][[0-9]].[[0-9]][[0-9]]-[[0-9]][[0-9]].txt;) \67 (cd ${TMP}/; ls -1 switch-db.20[0-9][0-9]-[0-9][0-9]-[0-9][0-9].[0-9][0-9]-[0-9][0-9].txt;) \ 68 68 | sed -e 's/^switch-db\.//; s/\.txt$//;' \ 69 69 | xargs -r -I {} printf "<a href=\"switch-db.%s.txt\">%s</a>\n" '{}' '{}' \ … … 72 72 73 73 old_switch_map=$((echo 'graphviz';\ 74 (cd ${TMP}/; ls -1 switch-map.20[ [0-9]][[0-9]]-[[0-9]][[0-9]]-[[0-9]][[0-9]].[[0-9]][[0-9]]-[[0-9]][[0-9]].txt;) \74 (cd ${TMP}/; ls -1 switch-map.20[0-9][0-9]-[0-9][0-9]-[0-9][0-9].[0-9][0-9]-[0-9][0-9].txt;) \ 75 75 | sed -e 's/^switch-map\.//; s/\.txt$//;' \ 76 76 | xargs -r -I {} printf "<a href=\"switch-map.%s.txt\">%s</a>\n" '{}' '{}' \ … … 286 286 ${TMP}/*-db.txt \ 287 287 ${TMP}/switch-map.txt \ 288 ${TMP}/*.20[ [0-9]][[0-9]]-[[0-9]][[0-9]]-[[0-9]][[0-9]].[[0-9]][[0-9]]-[[0-9]][[0-9]].txt \288 ${TMP}/*.20[0-9][0-9]-[0-9][0-9]-[0-9][0-9].[0-9][0-9]-[0-9][0-9].txt \ 289 289 ${REMOTE_FOLDER}/ 290 290 … … 301 301 ${TMP}/*-db.txt \ 302 302 ${TMP}/switch-map.txt \ 303 ${TMP}/*.20[ [0-9]][[0-9]]-[[0-9]][[0-9]]-[[0-9]][[0-9]].[[0-9]][[0-9]]-[[0-9]][[0-9]].txt \303 ${TMP}/*.20[0-9][0-9]-[0-9][0-9]-[0-9][0-9].[0-9][0-9]-[0-9][0-9].txt \ 304 304 ${REMOTE_USER}@${REMOTE_SERVER}:${REMOTE_FOLDER}/ 305 305
Note: See TracChangeset
for help on using the changeset viewer.