From a556dd7cb68504298f27c41684976578ec722218 Mon Sep 17 00:00:00 2001 From: navid Date: Fri, 17 Aug 2007 13:56:13 +0000 Subject: updated SVNREPO address git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@370 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 1fa477a3..fd0094e2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,7 +5,7 @@ NAME = sos VERSION = $(shell awk '/^%define version / { print $$3 }' sos.spec) RELEASE = $(shell awk '/^%define release / { print $$3 }' sos.spec) -REPO = https://sos.108.redhat.com/svn/sos +REPO = svn+ssh://svn.fedoraproject.org/svn/hosted/sos SVNTAG = r$(subst .,-,$(VERSION))_$(RELEASE) SRCDIR = $(PWD) TOPDIR = $(PWD)/build/rpm-$(NAME)-$(VERSION) -- cgit