Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Till Maas
24bf557890 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. 2014-06-04 19:32:26 +02:00
Dennis Gilmore
2f8a9d28e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 18:44:37 -06:00
Matthias Runge
3c644c3c7b forgotten patch reference 2011-11-28 08:46:04 +01:00
Matthias Runge
05d1cbe37b fix for bz 652188 2011-11-28 08:44:55 +01:00
Dennis Gilmore
5f860f0c65 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 08:08:34 -06:00
Matthias Runge
ca55359215 force rebuild 2010-07-31 19:42:30 +02:00
Fedora Release Engineering
aa56f2b7e5 dist-git conversion 2010-07-28 13:04:46 +00:00
Matthias Runge
7eb91984df Make wildcard more general to catch all files. 2010-07-22 05:21:03 +00:00
dmalcolm
75bece5419 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 01:07:57 +00:00
Matthias Runge
9fbffa64c9 Initial import devel branch 2010-04-03 18:50:59 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: django-lint
# $Id$
NAME := django-lint
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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.

View file