Changeset c5d681f for npl/syncupdates


Ignore:
Timestamp:
09/29/17 15:09:23 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master, perl-5.22
Children:
9684832
Parents:
10bd92c
Message:

zarafa clean fixes and free diskspace checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/syncupdates

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