From 1f2d02b2bd72609884e8de98e5216a3ba720f8a5 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Thu, 5 Apr 2018 10:35:38 -0400 Subject: [PATCH] debian-installer, bumped local version to force new build --- helpers/make-debian-installer | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/helpers/make-debian-installer b/helpers/make-debian-installer index c18df1a8..4c49bc09 100644 --- a/helpers/make-debian-installer +++ b/helpers/make-debian-installer @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009-2017 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2009-2018 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 NETINST=true . ./config @@ -41,13 +41,13 @@ deb $LOCALMIRROR $CODENAME-updates main/debian-installer #deb $LOCALMIRROR $CODENAME-security main/debian-installer EOF -rpl 2004-2013 2004-2017 . -R -rpl 2004-2012 2004-2017 . -R -rpl 2004-2011 2004-2017 . -R -rpl 2004-2010 2004-2017 . -R -rpl 2004-2009 2004-2017 . -R -rpl 2004-2008 2004-2017 . -R -rpl 2004-2007 2004-2017 . -R +rpl 2004-2013 2004-2018 . -R +rpl 2004-2012 2004-2018 . -R +rpl 2004-2011 2004-2018 . -R +rpl 2004-2010 2004-2018 . -R +rpl 2004-2009 2004-2018 . -R +rpl 2004-2008 2004-2018 . -R +rpl 2004-2007 2004-2018 . -R rpl www.ubuntu.com trisquel.info . -R rpl ubuntu.com trisquel.info build/boot/ -R rpl www.ubuntu trisquel build/boot/ -R -- GitLab