[Lsb-messages] /var/www/bzr/lsb/devel/qmtest-harness r55: Set lookaside URL for qm source.

Jeff Licquia licquia at linuxfoundation.org
Fri Mar 24 14:44:11 UTC 2017


------------------------------------------------------------
revno: 55
committer: Jeff Licquia <licquia at linuxfoundation.org
branch nick: qmtest-harness
timestamp: Fri 2017-03-24 10:44:11 -0400
message:
  Set lookaside URL for qm source.
modified:
  package/Makefile
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2014-09-26 15:33:04 +0000
+++ b/package/Makefile	2017-03-24 14:44:11 +0000
@@ -4,7 +4,7 @@
 VERSION=2.2
 LSBSpec=5.0
 LSBRelease=5
-BUILDNO=1
+BUILDNO=2
 
 # for pkgchk
 DEPS=-d lsb-python
@@ -19,6 +19,7 @@
 RPM_BINARY_NAME=$(FULL_PACKAGE_NAME)-$(RELEASE).lsb$(LSBRelease).$(RPM_BUILD_ARCH).rpm
 RPM_SOURCE_NAME=$(FULL_PACKAGE_NAME)-$(RELEASE).lsb$(LSBRelease).src.rpm
 TARBALL_URL=http://old-releases.ubuntu.com/ubuntu/pool/universe/q/qm
+TARBALL_ALT_URL=http://ftp.linuxfoundation.org/pub/lsb/impl/packages
 
 # Temporary build directory
 TMP_BUILD_DIR=/tmp/$(FULL_PACKAGE_NAME)
@@ -100,6 +101,6 @@
 	/opt/lsb/bin/lsbpkgchk -L lsb $(DEPS) -t $(RPM_BINARY_NAME)
 
 $(TARBALL):
-	wget $(TARBALL_URL)/$(TARBALL)
+	wget $(TARBALL_URL)/$(TARBALL) || wget $(TARBALL_ALT_URL)/$(TARBALL)
 
 .PHONY : tarball rpm_package



More information about the lsb-messages mailing list