[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
common cvs-import.sh,1.25,1.26
- From: Toshio Ernie Kuratomi (toshio) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: common cvs-import.sh,1.25,1.26
- Date: Fri, 31 Aug 2007 16:53:58 -0400
Author: toshio
Update of /cvs/pkgs/common
In directory cvs-int.fedora.redhat.com:/home/fedora/toshio/common
Modified Files:
cvs-import.sh
Log Message:
* Gems should be source files (lutter)
Index: cvs-import.sh
===================================================================
RCS file: /cvs/pkgs/common/cvs-import.sh,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- cvs-import.sh 28 Aug 2007 14:53:54 -0000 1.25
+++ cvs-import.sh 31 Aug 2007 20:53:28 -0000 1.26
@@ -268,7 +268,7 @@
case $f in
*.tar | *gz | *.bz2 | *.Z | *.zip | *.ZIP | \
*.ttf | *.bin | *.tbz | *.pdf | *.rpm | \
- *.jar | *.war | *.db | *.cpio | *.jisp | *.egg )
+ *.jar | *.war | *.db | *.cpio | *.jisp | *.egg | *.gem )
UPLOADFILES="$UPLOADFILES $f"
if [ -n "$(grep $f sources 2>/dev/null)" ] ; then
# this file existed before with a different md5sum
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]