mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-01-21 13:59:47 +00:00
hidden plugins
This commit is contained in:
parent
267c64d41b
commit
19bd973d40
5 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue