mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
update TODO re: traps and error checking; add TIMEOUT information to sbopkg.conf(5) man page
This commit is contained in:
parent
81c631dce6
commit
54f76a17e4
@ -1,6 +1,13 @@
|
||||
# $Id$
|
||||
|
||||
Sbopkg TODO (in no particular order)
|
||||
* Add in better traps and error checks so a user can safely exit (by
|
||||
pressing Control-C) during the source download or during the package
|
||||
building process. I have spent a _lot_ of time hacking on this but
|
||||
have not come up with a workable solution yet. The problem is that
|
||||
many subprocesses are forked off during the package building process
|
||||
and it's difficult to capture all the pids. If anyone want to help
|
||||
with this, please let me know.
|
||||
* Add ability to install packages from the command line using a -i
|
||||
switch.
|
||||
* Add 'long' switches to the cli options, i.e. --build in addition to
|
||||
|
@ -76,6 +76,16 @@ output, and to page up and down to view the final output.
|
||||
|
||||
The default value of TERMBUILD is NO.
|
||||
|
||||
.TP 5
|
||||
.B TIMEOUT
|
||||
.br
|
||||
This option allows the user to define what the timeout value (in
|
||||
seconds) should be for both the rsync and wget commands used in sbopkg
|
||||
for downloading the SlackBuilds.org repository and downloading the
|
||||
sources when building a package, respectively.
|
||||
|
||||
The default value of TIMEOUT is 10.
|
||||
|
||||
.SH FILES
|
||||
.TP 5
|
||||
.B /etc/sbopkg/sbopkg.conf
|
||||
|
Loading…
Reference in New Issue
Block a user