Blob Blame History Raw
From 16bcce2f12eb844602cf78d6c186e6d5c519fd6d Mon Sep 17 00:00:00 2001
From: Matej Habrnal <mhabrnal@redhat.com>
Date: Mon, 13 Mar 2017 10:07:30 +0100
Subject: [PATCH] build: do not upload tarball to fedorahosted.org

fedorahosted.org was retired on March 1st, 2017.
As we have all previous tarball created from github and all
version tags are in place I choose to use github as our new
tarball source.

We don't need to upload tarball anymore.

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a127364..8632816 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,7 @@ DIST=rawhide
 scratch-build: srpm
 	koji build --scratch $(DIST) `make srpm | grep Wrote | cut -d' ' -f2`
 
-UPLOAD_URL ?= fedorahosted.org:abrt
+UPLOAD_URL ?= localhost
 
 upload: dist
 	scp $(distdir).tar.gz $$(test -n "$$UPLOAD_LOGIN" && echo "$$UPLOAD_LOGIN@")$(UPLOAD_URL)
@@ -114,4 +114,3 @@ release:
 	git tag "$$NEW_VER"; \
 	echo -n "$$NEW_VER" > abrt-version
 	autoconf --force
-	$(MAKE) upload
-- 
2.9.4