dist-git conversion
This commit is contained in:
parent
16a140e6c5
commit
a7638576f7
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
||||
# Makefile for source rpm: pungi
|
||||
# $Id: Makefile,v 1.1 2006/11/09 13:43:12 jkeating Exp $
|
||||
NAME := pungi
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
24
import.log
24
import.log
@ -1,24 +0,0 @@
|
||||
pungi-2_0_0-1_fc9:HEAD:pungi-2.0.0-1.fc9.src.rpm:1213448247
|
||||
pungi-2_0_1-1_fc9:HEAD:pungi-2.0.1-1.fc9.src.rpm:1214317926
|
||||
pungi-2_0_2-1_fc9:HEAD:pungi-2.0.2-1.fc9.src.rpm:1215801155
|
||||
pungi-2_0_3-1_fc9:HEAD:pungi-2.0.3-1.fc9.src.rpm:1216163155
|
||||
pungi-2_0_4-1_fc9:HEAD:pungi-2.0.4-1.fc9.src.rpm:1218468659
|
||||
pungi-2_0_5-1_fc10:HEAD:pungi-2.0.5-1.fc10.src.rpm:1221253869
|
||||
pungi-2_0_6-1_fc10:HEAD:pungi-2.0.6-1.fc10.src.rpm:1223583773
|
||||
pungi-2_0_7-1_fc10:HEAD:pungi-2.0.7-1.fc10.src.rpm:1225840603
|
||||
pungi-2_0_8-1_fc10:HEAD:pungi-2.0.8-1.fc10.src.rpm:1225841597
|
||||
pungi-2_0_9-1_fc10:HEAD:pungi-2.0.9-1.fc10.src.rpm:1228437620
|
||||
pungi-2_0_10-1_fc10:HEAD:pungi-2.0.10-1.fc10.src.rpm:1234401376
|
||||
pungi-2_0_11-1_fc11:HEAD:pungi-2.0.11-1.fc11.src.rpm:1236621458
|
||||
pungi-2_0_12-1_fc11:HEAD:pungi-2.0.12-1.fc11.src.rpm:1236819215
|
||||
pungi-2_0_13-1_fc11:HEAD:pungi-2.0.13-1.fc11.src.rpm:1237914344
|
||||
pungi-2_0_14-1_fc11:HEAD:pungi-2.0.14-1.fc11.src.rpm:1239664741
|
||||
pungi-2_0_15-1_fc11:HEAD:pungi-2.0.15-1.fc11.src.rpm:1242758222
|
||||
pungi-2_0_16-1_fc11:HEAD:pungi-2.0.16-1.fc11.src.rpm:1242927301
|
||||
pungi-2_0_17-1_fc11:HEAD:pungi-2.0.17-1.fc11.src.rpm:1249941703
|
||||
pungi-2_0_18-1_fc12:HEAD:pungi-2.0.18-1.fc12.src.rpm:1252973400
|
||||
pungi-2_0_19-1_fc12:HEAD:pungi-2.0.19-1.fc12.src.rpm:1253051551
|
||||
pungi-2_0_20-1_fc12:HEAD:pungi-2.0.20-1.fc12.src.rpm:1253058966
|
||||
pungi-2_1_0-1_fc13:HEAD:pungi-2.1.0-1.fc13.src.rpm:1271287015
|
||||
pungi-2_1_1-1_fc13:HEAD:pungi-2.1.1-1.fc13.src.rpm:1275676400
|
||||
pungi-2_1_2-1_fc13:HEAD:pungi-2.1.2-1.fc13.src.rpm:1277852507
|
Loading…
Reference in New Issue
Block a user