diff options
author | navid <navid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-08-17 13:56:13 +0000 |
---|---|---|
committer | navid <navid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-08-17 13:56:13 +0000 |
commit | a556dd7cb68504298f27c41684976578ec722218 (patch) | |
tree | d0ebd5c294f5fda3c5751b76ad08247ab83881b2 /src/Makefile | |
parent | 914c1d19558c79654dbb79007d787e418a24531c (diff) | |
download | sos-a556dd7cb68504298f27c41684976578ec722218.tar.gz |
updated SVNREPO address
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@370 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
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) |