From 8527b1739604f76a739c0caca1f768071201692b Mon Sep 17 00:00:00 2001 From: Gene Carlson Date: Tue, 5 Nov 2024 22:05:40 +0900 Subject: [PATCH] Added Classic Mode --- ChangeLog/index.md | 1 + development/index.md | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ChangeLog/index.md b/ChangeLog/index.md index ec45f01f..f8a96167 100644 --- a/ChangeLog/index.md +++ b/ChangeLog/index.md @@ -2,6 +2,7 @@ * Post-1.1 * *sbocheck*: Use **\--nopull** to check for updated SlackBuilds without updating the tree * *sbofind*: Use **\--reverse** to check for installed reverse dependencies + * Add setting **CLASSIC**: turn on **BUILD_IGNORE** and **RSYNC_DEFAULT**, and disable output added post-*sbotools* * 1.1 - 2024-11-03 * Bugfix: incorrect variable name caused *sboupgrade* to rebuild when unneeded. diff --git a/development/index.md b/development/index.md index b88c108c..add78c98 100644 --- a/development/index.md +++ b/development/index.md @@ -13,12 +13,6 @@ These features may be added in the future: * Using (and generating?) `sqf` files * Blacklist scripts * I'm having second thoughts about adding a blacklist. Local overrides (and simply using tags other than `_SBo`) are alternatives, and blacklist-honoring build queue creation strikes me as failure-prone. If it goes in, it won't be for version 1.2. -* "Classic Mode" setting for a more traditional `sbotools` look and feel - * This is almost certainly going in soon. The plan is to make a meta-setting called `CLASSIC` that would do the following: - * Turn on `RSYNC_DEFAULT` and `BUILD_IGNORE` - * Disable the extra `sbocheck` output introduced in version 1.0 - * Disable displaying (not saving) previous build options - * Basically, it will act like `sbotools` with working compat32, working default repositories and a handful of extra flags. The above list is non-exhaustive and nothing on it is guaranteed to appear in `sbotools3`. @@ -26,3 +20,4 @@ The above list is non-exhaustive and nothing on it is guaranteed to appear in `s * Run `sbocheck` without updating the tree (use `sbocheck -n`) * `sbofind` reports installed reverse dependencies (use `sbofind -R`) +* "Classic Mode" setting for a more traditional `sbotools` look and feel