Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta v6.25.2 #2948

Merged
merged 15 commits into from
Jul 2, 2019
Merged

Beta v6.25.2 #2948

merged 15 commits into from
Jul 2, 2019

Conversation

MichaIng
Copy link
Owner

@MichaIng MichaIng commented Jul 2, 2019

Beta v6.25.2

(02/07/19)

Bug Fixes (since v6.25.1)

MichaIng added 12 commits June 30, 2019 04:16
+ DietPi-Launcher | Minor coding & wording
+ DietPi-Patch | Minor
+ DietPi-Set_software | APT mirror: Avoid one 301 redirect when connecting to default Raspbian mirror
+ DietPi-Config | APT mirror: Avoid one 301 redirect for Raspbian mirrors by adding a trailing slash / to the URL
+ DietPi-Config | APT mirror: Switch to HTTPS where possible. For ftp.xy.debian.org kinds this is not possible, since the mirrors HTTPS certificates (if existent) are valid for their true domains only. E.g. ftp.uk.debian.org is actually hands.com.
+ DietPi-Config | APT mirror: Fix German Raspbian mirror, as "ftp" method is by default disabled on Raspbian Buster
+ DietPi-Config | APT mirror: Add German Debian mirror, just for consistency
+ DietPi-Config | APT mirror: Add link to the official mirror list
+ DietPi-Config | APT mirror: Remove obsolete variable calls ($exit_code) and assignment ($return_value).
+ DietPi-Config | APT mirror: Minor coding
+ DietPi-PostBoot | Minor coding
+ DietPi-Config | APT cache: When moving lists, run G_AGUP to prevent user from having to manually do it in case
+ DietPi-Config | APT cache: When moving lists to RAM, inform user that list update need to be done after each reboot before other APT actions can be performed
+ DietPi-Software | Add workaround for missing Docker Raspbian Buster branch
+ CHANGELOG | Docker: The official Docker installer now supports Debian Buster
+ DietPi-Update | whiptail does not allow leading dashes in arguments ($WHIP_MESSAGE), as those are interpreted as options. The removed newline caused the issue with v6.25.0. Beta users must update via "dietpi-update 1" to v6.25.2 when merged.
+ RC up
+ DietPi-Globals | Raise default RC version
+ DietPi-Globals | G_DIETPI-NOTIFY -2: Little performance boost by replacing external tput command with internal echo code, where possible. And mawk is faster than sed! "shopt -s extglob" allows bash string manipulation with extended regex, e.g. "var=${var//\\e[[0-9]*([;0-9])m/}" (for colour code removal), but interestingly it is much slower than set/mawk if the string is a bid longer and has more than one match. So pure bash string manipulation is only beneficial for simple glob patterns, but there it is orders of magnitude faster.
+ Interesting find: "${array[i]}" works without "$" (if "i" is an integer), however we stay with explicit variable calls.
@MichaIng MichaIng added the Beta 🧪 Issues specific to the Beta branch testing label Jul 2, 2019
@MichaIng MichaIng added this to the v6.25 milestone Jul 2, 2019
@MichaIng MichaIng requested a review from Fourdee July 2, 2019 18:15
MichaIng added 3 commits July 2, 2019 20:52
+ DietPi-Launcher | Syntax
+ DietPi-Launcher | Do not run G_INIT(): Concurrency tests are done by the target scripts, no tmp files are created, no locale critical command output scraped and it makes sense to start target scripts with fresh $HIERARCHY in this case. Leave root user and rootfs R/W check in place, even that this is checked within target scripts: All target scripts require root permissions and most rootfs R/W and the effort of going back and forth is higher than having the abortion directly at launcher start.
+ DietPi-Config | APT mirror: When cancelling custom entry input box, or an error occurred within dietpi-set_software or G_AGUP, return to mirror selection menu directly and print error to selection menu instead of own prompt.
+ DietPi-Config | APT mirror: Fix solution for menu loop on failure/cancel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beta 🧪 Issues specific to the Beta branch testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants