aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornavid <navid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-08-17 13:56:13 +0000
committernavid <navid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-08-17 13:56:13 +0000
commita556dd7cb68504298f27c41684976578ec722218 (patch)
treed0ebd5c294f5fda3c5751b76ad08247ab83881b2
parent914c1d19558c79654dbb79007d787e418a24531c (diff)
downloadsos-a556dd7cb68504298f27c41684976578ec722218.tar.gz
updated SVNREPO address
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@370 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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)