diff options
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) |