Skip to content

Commit

Permalink
adjust to new build server
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Jul 13, 2015
1 parent bd7cf65 commit 1be7889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ IMAGE_FORMATS = hdd iso
SIGNING_SERVER = cvm-sign01.cern.ch
SINGING_URL = https://$(SIGNING_SERVER)/cgi-bin/cernvm/sign-image
CA_BUNDLE = /etc/pki/tls/certs/cern-ca-bundle.crt
HOST_CERT = /etc/pki/tls/certs/cvm-build09.crt
HOST_KEY = /etc/pki/tls/private/cvm-build09.key
HOST_CERT = /etc/pki/tls/certs/cvm-build20.crt
HOST_KEY = /etc/pki/tls/private/cvm-build20.key
SIGNING_DN = /DC=ch/DC=cern/OU=computers/CN=cvm-sign01.cern.ch

# Set to one of CERNVM_BRANCHES by main Makefile
Expand Down
2 changes: 1 addition & 1 deletion packages.d/cvmfs/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CVMFS_SOURCETREE = cvmfs-git-ef3f73267907f632
#CVMFS_TARBALL = cvmfs-$(CVMFS_UPSTREAM_VERSION).tar.gz
CVMFS_TARBALL = cvmfs-git-ef3f73267907f632.tar.gz
#CVMFS_SOURCE = https://ecsft.cern.ch/dist/cvmfs/cvmfs-$(CVMFS_UPSTREAM_VERSION)/source.tar.gz
CVMFS_SOURCE = https://ecsft.cern.ch/dist/cvmfs/nightlies/cvmfs-git-540-ef3f73267907f632/source.tar.gz
CVMFS_SOURCE = https://ecsft.cern.ch/dist/cvmfs/nightlies/old/cvmfs-git-540-ef3f73267907f632/source.tar.gz

0 comments on commit 1be7889

Please sign in to comment.