From 5ad75a07d1f666bbfc8b2d6ab56536f705b950ea Mon Sep 17 00:00:00 2001 From: Luca Di Maio Date: Sat, 12 Oct 2024 15:39:16 +0200 Subject: [PATCH] all: bump release 1.8.0 Signed-off-by: Luca Di Maio --- distrobox | 2 +- distrobox-assemble | 2 +- distrobox-create | 2 +- distrobox-enter | 2 +- distrobox-ephemeral | 2 +- distrobox-export | 2 +- distrobox-generate-entry | 2 +- distrobox-host-exec | 2 +- distrobox-init | 2 +- distrobox-list | 2 +- distrobox-rm | 2 +- distrobox-stop | 2 +- distrobox-upgrade | 2 +- install | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/distrobox b/distrobox index 14e3f8264a..e01b026235 100755 --- a/distrobox +++ b/distrobox @@ -22,7 +22,7 @@ set -o errexit set -o nounset -version="1.7.2.1" +version="1.8.0" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-assemble b/distrobox-assemble index 4ddea9805e..0d64e3ee04 100755 --- a/distrobox-assemble +++ b/distrobox-assemble @@ -38,7 +38,7 @@ root_flag="" tmpfile="$(mktemp -u)" tmp_download_file="$(mktemp -u)" verbose=0 -version="1.7.2.1" +version="1.8.0" # initializing block of variables used in the manifest additional_flags="" additional_packages="" diff --git a/distrobox-create b/distrobox-create index 1b2aaa036f..7c1f2a33c5 100755 --- a/distrobox-create +++ b/distrobox-create @@ -104,7 +104,7 @@ distrobox_hostexec_path="$(cd "$(dirname "${0}")" && pwd)/distrobox-host-exec" # There's no need for them to pass the --root flag option in such cases. [ "${container_user_uid}" -eq 0 ] && rootful=1 || rootful=0 verbose=0 -version="1.7.2.1" +version="1.8.0" app_cache_dir=${XDG_CACHE_HOME:-"${HOME}/.cache"}/distrobox diff --git a/distrobox-enter b/distrobox-enter index 743f1bef9c..471142bfd6 100755 --- a/distrobox-enter +++ b/distrobox-enter @@ -109,7 +109,7 @@ headless=0 skip_workdir=0 verbose=0 clean_path=0 -version="1.7.2.1.1" +version="1.8.0.1" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/distrobox-ephemeral b/distrobox-ephemeral index eefdc71617..2951002931 100755 --- a/distrobox-ephemeral +++ b/distrobox-ephemeral @@ -55,7 +55,7 @@ extra_flags="" # There's no need for them to pass the --root flag option in such cases. [ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0 verbose=0 -version="1.7.2.1" +version="1.8.0" container_additional_packages="" container_init_hook=" " container_manager_additional_flags="" diff --git a/distrobox-export b/distrobox-export index 2d45b0bbc9..d08539efa5 100755 --- a/distrobox-export +++ b/distrobox-export @@ -49,7 +49,7 @@ is_sudo=0 rootful="" sudo_prefix="" verbose=0 -version="1.7.2.1" +version="1.8.0" sudo_askpass_path="${dest_path}/distrobox_sudo_askpass" sudo_askpass_script="#!/bin/sh diff --git a/distrobox-generate-entry b/distrobox-generate-entry index 9b3cf450e6..65fcea01ab 100755 --- a/distrobox-generate-entry +++ b/distrobox-generate-entry @@ -54,7 +54,7 @@ icon="auto" icon_default="${XDG_DATA_HOME:-${HOME}/.local/share}/icons/terminal-distrobox-icon.svg" verbose=0 online=0 -version="1.7.2.1" +version="1.8.0" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/distrobox-host-exec b/distrobox-host-exec index 229aa2d49c..7f345a2cff 100755 --- a/distrobox-host-exec +++ b/distrobox-host-exec @@ -36,7 +36,7 @@ host_spawn_version="v1.6.0" download_command="" sudo_command="" verbose=0 -version="1.7.2.1" +version="1.8.0" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-init b/distrobox-init index e0dc2f72ea..d0ee997235 100755 --- a/distrobox-init +++ b/distrobox-init @@ -74,7 +74,7 @@ pre_init_hook="" rootful=0 upgrade=0 verbose=0 -version="1.7.2.1" +version="1.8.0" # show_help will print usage to stdout. # Arguments: diff --git a/distrobox-list b/distrobox-list index ada7371e13..4b9cb9acfe 100755 --- a/distrobox-list +++ b/distrobox-list @@ -49,7 +49,7 @@ no_color=0 # There's no need for them to pass the --root flag option in such cases. [ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0 verbose=0 -version="1.7.2.1" +version="1.8.0" container_manager="autodetect" # Source configuration files, this is done in an hierarchy so local files have diff --git a/distrobox-rm b/distrobox-rm index 616dfbba3e..08a9e62321 100755 --- a/distrobox-rm +++ b/distrobox-rm @@ -60,7 +60,7 @@ non_interactive=0 verbose=0 rm_home=0 response_rm_home="N" -version="1.7.2.1" +version="1.8.0" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/distrobox-stop b/distrobox-stop index 63b613095a..1db2a0d167 100755 --- a/distrobox-stop +++ b/distrobox-stop @@ -58,7 +58,7 @@ non_interactive=0 # There's no need for them to pass the --root flag option in such cases. [ "$(id -ru)" -eq 0 ] && rootful=1 || rootful=0 verbose=0 -version="1.7.2.1" +version="1.8.0" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/distrobox-upgrade b/distrobox-upgrade index b5b8f91751..b623c399af 100755 --- a/distrobox-upgrade +++ b/distrobox-upgrade @@ -44,7 +44,7 @@ distrobox_flags="" distrobox_path="$(dirname "$(realpath "${0}")")" rootful=0 verbose=0 -version="1.7.2.1" +version="1.8.0" # Source configuration files, this is done in an hierarchy so local files have # priority over system defaults diff --git a/install b/install index e172ef29f6..8a410134ae 100755 --- a/install +++ b/install @@ -21,7 +21,7 @@ next=0 verbose=0 -version=1.7.2.1 +version=1.8.0 # show_help will print usage to stdout. # Arguments: