[Lsb-messages] /var/www/bzr/lsb/devel/packaging r577: Set lookaside for lsbdev-c++.

Jeff Licquia licquia at linuxfoundation.org
Fri Mar 24 14:19:51 UTC 2017


------------------------------------------------------------
revno: 577
committer: Jeff Licquia <licquia at linuxfoundation.org
branch nick: packaging
timestamp: Fri 2017-03-24 10:19:51 -0400
message:
  Set lookaside for lsbdev-c++.
modified:
  lsbdev-c++/Makefile
-------------- next part --------------
=== modified file 'lsbdev-c++/Makefile'
--- a/lsbdev-c++/Makefile	2014-09-26 15:43:14 +0000
+++ b/lsbdev-c++/Makefile	2017-03-24 14:19:51 +0000
@@ -13,7 +13,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=1
+RPM_PACKAGE_RELEASE=2
 
 include ../Makefile.common
 
@@ -23,9 +23,8 @@
 bundles: gcc-core-$(GCCVER).tar.bz2 gcc-g++-$(GCCVER).tar.bz2
 
 gcc-core-$(GCCVER).tar.bz2 gcc-g++-$(GCCVER).tar.bz2:
-	wget -N http://mirrors.kernel.org/gnu/gcc/gcc-$(GCCVER)/$@
-	# backup location
-	#wget -N http://ftp.freestandards.org/pub/lsb/impl/packages/$@
+	wget -N http://mirrors.kernel.org/gnu/gcc/gcc-$(GCCVER)/$@ || \
+	  wget -N http://ftp.linuxfoundation.org/pub/lsb/impl/packages/$@
 	# for local debugging
 	#cp /usr/src/si/packages/$@ .
 



More information about the lsb-messages mailing list