Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

16 commits

Author SHA1 Message Date
Troy Dawson
a9de5c9e48 epel8-playground decommissioned : https://pagure.io/epel/issue/136 2022-01-31 08:41:46 -08:00
Patrick Uiterwijk
f90de60ae7 Remove baseurl download.fp.o
We want to discourage people from using download.fedoraproject.org, so
hopefully we get less people to use it for package downloads by not
"advertising" it as an option in the repo files.
It is vastly suboptimal to using metalink for all parties involved.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2020-02-10 18:16:32 +01:00
Stephen Smoogen
0ba7ee3cbd Fix epel.repo to be off and epel-playground to be on for epel-playground repo 2019-10-28 17:04:02 +00:00
Stephen Smoogen
b25e34332f Really remove failovermethod. [Make sure to do git reset in the right repo next time] 2019-10-28 16:55:08 +00:00
Stephen Smoogen
5728f70527 Fix BZ#1760182 and remove failovermethod 2019-10-10 16:21:52 +00:00
Stephen Smoogen
91ece4cc22 Change gpg key to use -8 versus -$releasever. This fixes bash problem 2019-09-16 23:26:18 +00:00
Pablo Greco
9444003552 Fix koji target 2019-08-01 17:00:30 -03:00
Pablo Greco
5b72b8d89b Merge changes from epel8 branch 2019-08-01 16:52:22 -03:00
Stephen Smoogen
6d03a12ecb Merge branch 'epel8' into epel8-playground 2019-08-01 18:53:53 +00:00
Stephen Smoogen
e26fae61b9 Make baseurl paths match dl.fedoraproject.org
Add draft of epel8 packaging
2019-08-01 18:52:11 +00:00
Stephen Smoogen
57036bfd91 Make sure that the key name is named correctly 2019-08-01 18:23:12 +00:00
Stephen Smoogen
a22cc24750 Fix docs
Make it so we only build epel-release against epel8
2019-08-01 16:51:53 +00:00
Stephen Smoogen
e98c609e48 Make baseurl paths match dl.fedoraproject.org
Add draft of epel8 packaging
2019-08-01 16:18:58 +00:00
Stephen Smoogen
66b562b306 Add in .el8.playground to string to build srpm 2019-07-20 19:33:03 +00:00
Stephen Smoogen
e65f7f3d23 Update for RHEL-8
Add playground repo data
Clean out 90-epel.preset to make sure we dont override RHEL-8 items. Just add items in which EPEL needs.
2019-07-18 16:29:48 -04:00
Mohan Boddu
982f5c4c9f "Adding package.cfg file" 2019-07-18 09:17:12 -04:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: epel-release
# $Id$
NAME := epel-release
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
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 @@
epel8-playground decommissioned : https://pagure.io/epel/issue/136

View file