Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/syncupdates

    rc5d681f re15a700  
    11#!/bin/bash
    22
    3 rm -rf .tmp 2>/dev/null
     3
    44HOST="updates@www.syn-3.nl";
    55
     
    1919echo "Searching packages..."
    2020for PKG in `find . -name "$FILTER"`; do
     21        echo $PKG
    2122
    2223        #dont upload _dev stuff, we dont use it and it wastes space and time :)
     
    2526        fi
    2627   
    27         #echo -n "Verifying update $PKG...";
     28        echo -n "Verifying update $PKG...";
    2829        TGZ=`./pkgname $PKG` || exit 1
     30
    2931
    3032        MOD=
     
    3537        #dont upload mods by default
    3638        if [ "$MOD" ] && ! [ "$MODS" ]; then
    37                 echo "NOT uploading uncommitted version. (use 'MODS=1 $0 .... ' to upload anyway): $PKG"
     39                echo "NOT uploading uncommitted version. (use 'MODS=1 $0 .... ' to upload anyway)"
    3840                continue
    3941        fi
Note: See TracChangeset for help on using the changeset viewer.