Skip to content

Commit

Permalink
Added Classic Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans committed Nov 5, 2024
1 parent 97cc595 commit 8527b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions ChangeLog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 1 addition & 6 deletions development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ 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`.

## Done for Version 1.2 (ETA: Late November 2024)

* 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

0 comments on commit 8527b17

Please sign in to comment.