[Lsb-messages] /var/www/bzr/lsb/devel/libstdcpp-test r182: Set lookaside for gcc-g++ tarball.

Jeff Licquia licquia at linuxfoundation.org
Fri Mar 24 14:39:57 UTC 2017


------------------------------------------------------------
revno: 182
committer: Jeff Licquia <licquia at linuxfoundation.org
branch nick: libstdcpp-test
timestamp: Fri 2017-03-24 10:39:57 -0400
message:
  Set lookaside for gcc-g++ tarball.
modified:
  package/Makefile
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2014-09-05 14:56:33 +0000
+++ b/package/Makefile	2017-03-24 14:39:57 +0000
@@ -6,7 +6,7 @@
 # And this is the version of the specification we test for.
 LSBSpec=5.0
 LSBRelease=1
-BUILDNO=22
+BUILDNO=23
 
 # for pkgchk
 DEPS=-d lsb-qm
@@ -112,6 +112,7 @@
 	bzr export $(TARBALL) $(BZRTREES)/$(BZR_MODULE)
 
 $(GCCSOURCE):
-	wget http://mirrors.kernel.org/gnu/gcc/gcc-$(VERSION)/gcc-g++-$(VERSION).tar.bz2
+	wget http://mirrors.kernel.org/gnu/gcc/gcc-$(VERSION)/gcc-g++-$(VERSION).tar.bz2 || \
+	  wget http://ftp.linuxfoundation.org/pub/lsb/impl/packages/gcc-g++-$(VERSION).tar.bz2
 
 .PHONY : tarball rpm_package



More information about the lsb-messages mailing list