forked from friendica/friendica-addons
hidden plugins
This commit is contained in:
parent
267c64d41b
commit
19bd973d40
4
buildtgz
4
buildtgz
|
@ -12,13 +12,13 @@ for a in $SUBDIRS; do
|
|||
if [[ ! -f $TGZ ]]; then
|
||||
echo "Building: " $TGZ
|
||||
# git log $a > $a/$a.log
|
||||
tar zcvf $TGZ $a
|
||||
tar zcvf $TGZ --exclude=.[a-z]* $a
|
||||
else
|
||||
TOUCHED=`find $a -cnewer $TGZ`
|
||||
if [[ -n $TOUCHED ]]; then
|
||||
echo "Building: " $TGZ
|
||||
# git log $a > $a/$a.log
|
||||
tar zcvf $TGZ $a
|
||||
tar zcvf $TGZ --exclude=.[a-z]* $a
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
|
BIN
facebook.tgz
BIN
facebook.tgz
Binary file not shown.
Binary file not shown.
BIN
statusnet.tgz
BIN
statusnet.tgz
Binary file not shown.
BIN
twitter.tgz
BIN
twitter.tgz
Binary file not shown.
Loading…
Reference in a new issue