--- common/Makefile.common 2012/06/30 05:57:51 1.18 +++ common/Makefile.common 2017/11/24 18:53:43 1.20 @@ -5,7 +5,7 @@ # Copyright (C) 2004-2005 Red Hat, Inc. # Copyright (C) 2005 Fedora Foundation # -# $Id: Makefile.common,v 1.17 2010/03/16 15:38:36 slords Exp $ +# $Id: Makefile.common,v 1.19 2012/08/03 16:54:13 slords Exp $ # Define the common dir. # This needs to happen first. @@ -95,7 +95,7 @@ endif # The repository and the clients we use for the files REPOSITORY ?= http://buildsys.contribs.org/source -UPLOAD_REPOSITORY ?= /builds/source +UPLOAD_REPOSITORY ?= /build/builds/source # We define CURL and WGET in a way that makes if possible to have them # overwritten from the module's Makefiles. Then CLIENT picks CURL, otherwise WGET @@ -291,7 +291,7 @@ install-short: sources $(TARGETS) CVS_ROOT := $(shell if [ -f CVS/Root ] ; then cat CVS/Root ; fi) CVS_REPOSITORY := $(shell if [ -f CVS/Repository ] ; then cat CVS/Repository ; fi) -CVS_URL := cvs://smeserver.cvs.sourceforge.net/cvsroot/smeserver?$(CVS_REPOSITORY)\#$(TAG) +CVS_URL := cvs://shell.koozali.org/cvs/smeserver?$(CVS_REPOSITORY)\#$(TAG) ## create a clean exported copy in $(TMPCVS) export:: sources