CVSROOT modules,1.186,1.187
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsc20052/modules
Modified Files:
modules
Log Message:
Added new module: libmpeg2
ChangeSet: modules,1.186,1.187
16 years, 5 months
CVSROOT modules,1.185,1.186
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/tmp/tmpO18739/modules
Modified Files:
modules
Log Message:
Added new branch EL-5 for module: a52dec
ChangeSet: modules,1.185,1.186
16 years, 5 months
CVSROOT modules,1.184,1.185
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/tmp/tmpi18674/modules
Modified Files:
modules
Log Message:
Added new branch F-9 for module: a52dec
ChangeSet: modules,1.184,1.185
16 years, 5 months
CVSROOT modules,1.183,1.184
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/tmp/tmpO18609/modules
Modified Files:
modules
Log Message:
Added new branch F-8 for module: a52dec
ChangeSet: modules,1.183,1.184
16 years, 5 months
CVSROOT modules,1.182,1.183
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsg18094/modules
Modified Files:
modules
Log Message:
Added new module: a52dec
ChangeSet: modules,1.182,1.183
16 years, 5 months
common Makefile.common,1.7,1.8
by Xavier Lamien
Author: laxathom
Update of /cvs/nonfree/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19528
Modified Files:
Makefile.common
Log Message:
update cvstree on nonfree side
Index: Makefile.common
===================================================================
RCS file: /cvs/nonfree/common/Makefile.common,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.common 18 Jul 2008 16:43:25 -0000 1.7
+++ Makefile.common 19 Jul 2008 15:18:21 -0000 1.8
@@ -241,7 +241,7 @@
endef
# Upload the FILES, adding to the ./sources manifest
-upload: $(CVSTREE) $(FILES)
+upload: $(TREE) $(FILES)
$(check-cert)
@if ! test -f ./sources ; then touch ./sources ; fi
@if ! test -f ./.cvsignore ; then touch ./.cvsignore ; fi
@@ -254,6 +254,7 @@
exit 1 ; \
fi ; \
chmod +r $$f ; \
+ CVSTREE=$(TREE)
echo ; $(upload-request) ; echo ; \
if test -z "$$(egrep ""[[:space:]]$$b$$"" sources)" ; then \
echo "$$m" >> sources ; \
16 years, 5 months
common cvs-import.sh,1.5,1.6
by Xavier Lamien
Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19481
Modified Files:
cvs-import.sh
Log Message:
export cvstree as well
Index: cvs-import.sh
===================================================================
RCS file: /cvs/free/common/cvs-import.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cvs-import.sh 19 Jul 2008 15:11:27 -0000 1.5
+++ cvs-import.sh 19 Jul 2008 15:14:34 -0000 1.6
@@ -94,7 +94,7 @@
if [ -z $1 ] ; then
CVSTREE=free
else
- CVSTREE=${CVSTREE:=$1}
+ CVSTREE=${CVSTREE:=$1} && export CVSTREE
fi
if [ -z "$CVSTREE" ] ; then
echo "ERROR: --cvstree requires an argument"
16 years, 5 months
common Makefile.common,1.9,1.10 cvs-import.sh,1.4,1.5
by Xavier Lamien
Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18925
Modified Files:
Makefile.common cvs-import.sh
Log Message:
update cvstree condition
Index: Makefile.common
===================================================================
RCS file: /cvs/free/common/Makefile.common,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile.common 18 Jul 2008 16:39:04 -0000 1.9
+++ Makefile.common 19 Jul 2008 15:11:27 -0000 1.10
@@ -241,7 +241,7 @@
endef
# Upload the FILES, adding to the ./sources manifest
-upload: $(CVSTREE) $(FILES)
+upload: $(TREE) $(FILES)
$(check-cert)
@if ! test -f ./sources ; then touch ./sources ; fi
@if ! test -f ./.cvsignore ; then touch ./.cvsignore ; fi
Index: cvs-import.sh
===================================================================
RCS file: /cvs/free/common/cvs-import.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cvs-import.sh 19 Jul 2008 14:18:31 -0000 1.4
+++ cvs-import.sh 19 Jul 2008 15:11:27 -0000 1.5
@@ -94,7 +94,7 @@
if [ -z $1 ] ; then
CVSTREE=free
else
- CVSTREE=${CVSTREE:=$1} && export CVSTREE
+ CVSTREE=${CVSTREE:=$1}
fi
if [ -z "$CVSTREE" ] ; then
echo "ERROR: --cvstree requires an argument"
@@ -314,7 +314,7 @@
rm -f sources && mv sources.new sources
rm -f .cvsignore && mv .cvsignore.new .cvsignore
if [ -n "$UPLOADFILES" ] ; then
- make upload CVSTREE="free" FILES="$UPLOADFILES" || {
+ make upload FILES="$UPLOADFILES" || {
echo "ERROR: Uploading the source tarballs failed!"
exit 9
}
16 years, 5 months
common cvs-import.sh,1.3,1.4
by Xavier Lamien
Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15366
Modified Files:
cvs-import.sh
Log Message:
add cvstree on upload tool
Index: cvs-import.sh
===================================================================
RCS file: /cvs/free/common/cvs-import.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cvs-import.sh 18 Jul 2008 16:35:25 -0000 1.3
+++ cvs-import.sh 19 Jul 2008 14:18:31 -0000 1.4
@@ -314,7 +314,7 @@
rm -f sources && mv sources.new sources
rm -f .cvsignore && mv .cvsignore.new .cvsignore
if [ -n "$UPLOADFILES" ] ; then
- make upload FILES="$UPLOADFILES" || {
+ make upload CVSTREE="free" FILES="$UPLOADFILES" || {
echo "ERROR: Uploading the source tarballs failed!"
exit 9
}
16 years, 5 months
common Makefile.common,1.6,1.7
by Xavier Lamien
Author: laxathom
Update of /cvs/nonfree/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12954
Modified Files:
Makefile.common
Log Message:
add cvs tree on upload method
Index: Makefile.common
===================================================================
RCS file: /cvs/nonfree/common/Makefile.common,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.common 4 Jun 2008 13:15:54 -0000 1.6
+++ Makefile.common 18 Jul 2008 16:43:25 -0000 1.7
@@ -241,7 +241,7 @@
endef
# Upload the FILES, adding to the ./sources manifest
-upload: $(FILES)
+upload: $(CVSTREE) $(FILES)
$(check-cert)
@if ! test -f ./sources ; then touch ./sources ; fi
@if ! test -f ./.cvsignore ; then touch ./.cvsignore ; fi
16 years, 5 months