mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
Sat Jan 29 16:42:01 CET 2022
pkg/slackpkg+-1.8.rc3-noarch-1mt.txz: Upgrade - Give a chance to disable the packages cache purge. - some cosmetic report (thx to marav) - small issue trying to clean cache directory - A minor in slackpkg info on sbo packages - Generated 1.8 branch on github and slakfinder repositories - New repository /slackpkg+1.8/ and a dynamic repository /slackpkg+/ that automatically select a release for slackware 14.2 o 15.0
This commit is contained in:
parent
6f3d5ed425
commit
248d178732
4 changed files with 27 additions and 3 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
Sat Jan 29 16:42:01 CET 2022
|
||||||
|
pkg/slackpkg+-1.8.rc3-noarch-1mt.txz: Upgrade
|
||||||
|
- Give a chance to disable the packages cache purge.
|
||||||
|
- some cosmetic report (thx to marav)
|
||||||
|
- small issue trying to clean cache directory
|
||||||
|
- A minor in slackpkg info on sbo packages
|
||||||
|
- Generated 1.8 branch on github and slakfinder repositories
|
||||||
|
- New repository /slackpkg+1.8/ and a dynamic repository /slackpkg+/
|
||||||
|
that automatically select a release for slackware 14.2 o 15.0
|
||||||
|
+-------------------------+
|
||||||
|
|
||||||
Sun Jan 16 00:05:32 CET 2022
|
Sun Jan 16 00:05:32 CET 2022
|
||||||
pkg/slackpkg+-1.8.rc2-noarch-1mt.txz: Upgrade
|
pkg/slackpkg+-1.8.rc2-noarch-1mt.txz: Upgrade
|
||||||
- Fixed an advice at first 1.8 install
|
- Fixed an advice at first 1.8 install
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
Sat Jan 29 16:42:01 CET 2022
|
||||||
|
pkg/slackpkg+-1.8.rc3-noarch-1mt.txz: Upgrade
|
||||||
|
- Give a chance to disable the packages cache purge.
|
||||||
|
- some cosmetic report (thx to marav)
|
||||||
|
- small issue trying to clean cache directory
|
||||||
|
- A minor in slackpkg info on sbo packages
|
||||||
|
- Generated 1.8 branch on github and slakfinder repositories
|
||||||
|
- New repository /slackpkg+1.8/ and a dynamic repository /slackpkg+/
|
||||||
|
that automatically select a release for slackware 14.2 o 15.0
|
||||||
|
+-------------------------+
|
||||||
|
|
||||||
Sun Jan 16 00:05:32 CET 2022
|
Sun Jan 16 00:05:32 CET 2022
|
||||||
pkg/slackpkg+-1.8.rc2-noarch-1mt.txz: Upgrade
|
pkg/slackpkg+-1.8.rc2-noarch-1mt.txz: Upgrade
|
||||||
- Fixed an advice at first 1.8 install
|
- Fixed an advice at first 1.8 install
|
||||||
|
|
|
@ -39,8 +39,10 @@ Some specific notes:
|
||||||
/slackpkg+1.8/ -> the newest release working with slackware 15.0 and current
|
/slackpkg+1.8/ -> the newest release working with slackware 15.0 and current
|
||||||
/slackpkg+15/ -> the latest stable release working with slackware 15
|
/slackpkg+15/ -> the latest stable release working with slackware 15
|
||||||
/slackpkg+dev/ -> the development release; please consider to test it and report bugs
|
/slackpkg+dev/ -> the development release; please consider to test it and report bugs
|
||||||
/slackpkg+/ -> currently an alias for /slackpkg+1.7/
|
/slackpkg+/ -> Dynamic repository. Try to detect which slackware release you are using
|
||||||
will change to an alias for /slackpkg+15/ when slackware 15.0 will be released
|
then redirect to /slackpkg+1.7/ if you are using 14.2, or show a release
|
||||||
|
compatible with the slackware-stable at the moment.
|
||||||
|
You should not use that repository
|
||||||
|
|
||||||
* multilib:
|
* multilib:
|
||||||
Please, run /usr/doc/slackpkg+-*/setupmultilib.sh to setup it.
|
Please, run /usr/doc/slackpkg+-*/setupmultilib.sh to setup it.
|
||||||
|
|
|
@ -1991,7 +1991,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
cleanup
|
cleanup
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SPKGPLUS_VERSION="1.8.rc2"
|
SPKGPLUS_VERSION="1.8.rc3"
|
||||||
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
||||||
|
|
||||||
if [ ${VERSION:0:4} == "2.82" ];then
|
if [ ${VERSION:0:4} == "2.82" ];then
|
||||||
|
|
Loading…
Reference in a new issue