mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-03 06:57:02 +01:00
list sbopkg-renames in sbopkg(8) man page; minor ChangeLog-current.txt edits
This commit is contained in:
parent
c093887f28
commit
4a6a0825e9
2 changed files with 12 additions and 5 deletions
|
@ -22,7 +22,7 @@ enhancements:
|
|||
* Add in a nice progress gauge when running the update list rather than the
|
||||
warning message. Thanks to alkos333 for the idea and initial
|
||||
implementation, and thanks to Mauro Giachero for working on the CLI
|
||||
version!
|
||||
version.
|
||||
* Merge in a large whitespace/cleanup patch by slakmagik which greatly
|
||||
improves the readability of the code; thanks to slakmagik for the patch.
|
||||
* Replace the 'Clear Queue' menu item with 'Delete Queue Items' which
|
||||
|
@ -41,8 +41,8 @@ enhancements:
|
|||
where the user can decide the name and location of the permanent build
|
||||
log, if used; thanks to slakmagik for the patch.
|
||||
* Improve the configuration file handling so that sbopkg now runs even with
|
||||
missing or deficient system-wide configuration file, as long as the user's
|
||||
~/.sbopkg.conf file is present and fills the gaps.
|
||||
a missing or deficient system-wide configuration file, as long as the
|
||||
user's ~/.sbopkg.conf file is present and fills the gaps.
|
||||
* Fix issue where downloaded sources with spaces in their file names would
|
||||
cause an MD5SUM failure; thanks to alkos333 for the bug report, and thanks
|
||||
to Mauro Giachero for improving my initial bug fix implementation.
|
||||
|
@ -53,8 +53,12 @@ enhancements:
|
|||
* Fix issue where a failed download would still go through an md5sum check;
|
||||
now it informs the user of the failed download and asks if the user wishes
|
||||
to continue with the build queue or abort.
|
||||
* Eliminate some redundanr or annoying messages to the user, such as when
|
||||
* Eliminate some redundant or annoying messages to the user, such as when
|
||||
the backup queue is saved.
|
||||
* Add 'sspm' utility script by slakmagik which makes mirroring the sbopkg
|
||||
SVN repository and making a package from the local SVN mirror very easy;
|
||||
this script is located in the /tools directory in the sbopkg SVN
|
||||
repository; thanks to slakmagik for the script.
|
||||
* Lots of other internal 'under the hood' improvements to the repository
|
||||
browsing, directory check functionality, build queue, and just general
|
||||
overall code cleanup.
|
||||
|
|
|
@ -142,7 +142,7 @@ will search for foo and then bar.
|
|||
.B -v VERSION
|
||||
Set the Slackware version to use for the matching local SBo mirror.
|
||||
Current options are 11.0, 12.0, 12.1, 12.2, and local. See the
|
||||
.BR sbopkg.conf (5)
|
||||
.B sbopkg.conf (5)
|
||||
man page for more information about the 'local'
|
||||
repository.
|
||||
|
||||
|
@ -150,6 +150,9 @@ repository.
|
|||
.B /etc/sbopkg/sbopkg.conf
|
||||
\ - File to specify configuration options.
|
||||
|
||||
.B /etc/sbopkg/sbopkg-renames
|
||||
\ - File that lists software in SBo repository that has been renamed.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR sbopkg.conf (5)
|
||||
|
||||
|
|
Loading…
Reference in a new issue