From b3f6c7b5d550a44eeaf16efe66234d2d06013cf4 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sat, 12 Dec 2020 16:02:27 +0000 Subject: [PATCH] debootstrap: added nabia release (cherry picked from commit d42aa495ad9dabbcfdcc222a7a9a0eca0e1527e7) --- helpers/DATA/debootstrap/nabia | 1 + helpers/make-debootstrap | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 helpers/DATA/debootstrap/nabia diff --git a/helpers/DATA/debootstrap/nabia b/helpers/DATA/debootstrap/nabia new file mode 120000 index 000000000..fe1d52129 --- /dev/null +++ b/helpers/DATA/debootstrap/nabia @@ -0,0 +1 @@ +trisquel \ No newline at end of file diff --git a/helpers/make-debootstrap b/helpers/make-debootstrap index 324753239..f82aab952 100644 --- a/helpers/make-debootstrap +++ b/helpers/make-debootstrap @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008-2018 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2008-2020 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=2 +VERSION=3 NETINST=true . ./config -- GitLab