6.4.0 Coral #1468
oklopfer
announced in
Announcements
6.4.0 Coral
#1468
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pacstall v6.4.0 Coral
This update is a quality of life update focusing on important bug fixes and adding requested features. Users can update from Pacstall 4.0.0 or higher with
pacstall -U pacstall:master, or reinstall using the deb file. The prebuilt deb is also available from the Chaotic PPR, usingsudo apt install pacstall.Developers, Developers, Developers...
Features
DNUMandCDNUMinternal variables by @oklopfer (feat({bwrap,fetch-sources,package-base,srcinfo,upgrade}.sh): dist numsΒ #1444)PACSTALL_XTRACEFDandPACSTALL_XTRACEFDLOGenvironment variables by @D-Brox (feat(main): addPACSTALL_XTRACE{FD,LOG}for debuggingΒ #1461)KVERto pre/post scripts by @oklopfer (feat(build.sh): exportKVERΒ #1465)Bug Fixes
develeval parallel tosidby @oklopfer (fix(fetch-sources.sh):develeval parallel tosidΒ #1448)tmpfilein the srcdir by @D-Brox (fix(bwrap): don't place the bwraptmpfilein the srcdirΒ #1455)Translations
Current translation status:
See https://github.com/pacstall/pacstall#translations for how to help.
How to use the new features
DNUMandCDNUMinternal variablesWorking in tandem with
DISTROandCDISTRO, these parameters now provide the additional option to parse running distro version numbers inside of pacscript functions.For example, if
DISTROis equal toubuntu:jammy, thenDNUMwould be equal to22.04.PACSTALL_XTRACEFDandPACSTALL_XTRACEFDLOGenvironment variablesUsage of
BASH_XTRACEFDno longer works directly with the-xparameter to print debug output to a log, following changes to privileged elevation. To resolve this, these new parameters have been introduced.Old usage:
BASH_XTRACEFD=3 pacstall -x -I foobar 3>/tmp/pac-debug.logNew usage:
Pre/post script exported
KVERThe
KVERvariable introduced in 6.3.0 may now be used in all pre/post scripts. This may be particularly useful fordkmsoriented pacscripts.Pacscript for this releases Deb
This discussion was created from the release 6.4.0 Coral.
Beta Was this translation helpful? Give feedback.
All reactions