[Lsb-messages] /var/www/bzr/lsb/devel/printing-test r107: Set up lookaside locations for source tarballs.

Jeff Licquia licquia at linuxfoundation.org
Fri Apr 7 15:04:08 UTC 2017


------------------------------------------------------------
revno: 107
committer: Jeff Licquia <licquia at linuxfoundation.org
branch nick: printing-test
timestamp: Fri 2017-04-07 11:04:08 -0400
message:
  Set up lookaside locations for source tarballs.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2016-10-21 14:43:29 +0000
+++ b/scripts/package/Makefile	2017-04-07 15:04:08 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-test-printing
 VERSION=5.0.1
-BUILDNO=3
+BUILDNO=4
 
 # CUPS version, tarball
 CUPSVER=1.1.23
@@ -128,12 +128,15 @@
 
 $(CUPS_TARBALL):
 	# get the upstream CUPS tarball
-	wget -O $@ https://github.com/apple/cups/releases/download/release-$(CUPSVER)/$(CUPS_TARBALL)
+	wget -O $@ https://github.com/apple/cups/releases/download/release-$(CUPSVER)/$(CUPS_TARBALL) || \
+	  wget -O http://ftp.linuxfoundation.org/pub/lsb/impl/packages/$(CUPS_TARBALL)
 $(OPVP_TARBALL):
 	# and the opvpnull driver
-	wget -O $@ http://osdn.dl.sourceforge.jp/opfc/18974/$(OPVP_TARBALL)
+	wget -O $@ http://osdn.dl.sourceforge.jp/opfc/18974/$(OPVP_TARBALL) || \
+	  wget -O http://ftp.linuxfoundation.org/pub/lsb/impl/packages/$(OPVP_TARBALL)
 $(HPLIP_TARBALL):
 	# and the hplip tarball
-	wget -O $@ http://downloads.sourceforge.net/project/hplip/hplip/2.8.12/$(HPLIP_TARBALL)?use_mirror=voxel
+	wget -O $@ http://downloads.sourceforge.net/project/hplip/hplip/2.8.12/$(HPLIP_TARBALL)?use_mirror=voxel || \
+	  wget -O http://ftp.linuxfoundation.org/pub/lsb/impl/packages/$(HPLIP_TARBALL)
 
 .PHONY : tarball rpm_package



More information about the lsb-messages mailing list