hardaker pushed to perl-Net-DNS-SEC (epel7). "merge for setup"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 28 18:17:28 UTC 2015


>From 01dd57b9c31e27385c238a9f7b983c0ba85e7846 Mon Sep 17 00:00:00 2001
From: Jesse Keating <jkeating at fedoraproject.org>
Date: Tue, 29 Sep 2009 06:10:35 +0000
Subject: Initialize branch F-12 for perl-Net-DNS-SEC


diff --git a/branch b/branch
new file mode 100644
index 0000000..06de2d2
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+F-12
-- 
cgit v0.10.2


>From de057be3b164779a78dab17aa0fce5d49cf139c6 Mon Sep 17 00:00:00 2001
From: Bill Nottingham <notting at fedoraproject.org>
Date: Thu, 26 Nov 2009 02:10:48 +0000
Subject: Fix typo that causes a failure to update the common directory.
 (releng     #2781)


diff --git a/Makefile b/Makefile
index 9d6eaac..7c25e9a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 # Makefile for source rpm: perl-Net-DNS-SEC
-# $Id$
+# $Id: Makefile,v 1.1 2007/07/12 02:57:16 kevin Exp $
 NAME := perl-Net-DNS-SEC
 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+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))
-- 
cgit v0.10.2


>From e07b225ae2e8cadfcf2dc7299b136b35c8bb5bb0 Mon Sep 17 00:00:00 2001
From: Jesse Keating <jkeating at fedoraproject.org>
Date: Wed, 17 Feb 2010 02:35:34 +0000
Subject: Initialize branch F-13 for perl-Net-DNS-SEC


diff --git a/branch b/branch
new file mode 100644
index 0000000..baa94ef
--- /dev/null
+++ b/branch
@@ -0,0 +1 @@
+F-13
-- 
cgit v0.10.2


>From 317f5d92da8598c9a03df8b72567c52fbd7583be Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
Date: Thu, 29 Jul 2010 07:28:39 +0000
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 9bda9f8..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Net-DNS-SEC-0.14.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9bda9f8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+Net-DNS-SEC-0.14.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7c25e9a..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Net-DNS-SEC
-# $Id: Makefile,v 1.1 2007/07/12 02:57:16 kevin Exp $
-NAME := perl-Net-DNS-SEC
-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)
diff --git a/branch b/branch
deleted file mode 100644
index baa94ef..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-F-13
-- 
cgit v0.10.2


>From 44ae3155234f83b60c74430df014ed931fd8fe18 Mon Sep 17 00:00:00 2001
From: Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
Date: Thu, 29 Jul 2010 07:28:40 +0000
Subject: dist-git conversion


diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 9bda9f8..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Net-DNS-SEC-0.14.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9bda9f8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+Net-DNS-SEC-0.14.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 7c25e9a..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-Net-DNS-SEC
-# $Id: Makefile,v 1.1 2007/07/12 02:57:16 kevin Exp $
-NAME := perl-Net-DNS-SEC
-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)
diff --git a/branch b/branch
deleted file mode 100644
index 06de2d2..0000000
--- a/branch
+++ /dev/null
@@ -1 +0,0 @@
-F-12
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-DNS-SEC.git/commit/?h=epel7&id=5a6643e9d25a65115f64b111e7571bc185d58851


More information about the perl-devel mailing list