update TODO re: traps and error checking; add TIMEOUT information to sbopkg.conf(5) man page

This commit is contained in:
chess.griffin 2008-10-15 13:08:39 +00:00
parent 81c631dce6
commit 54f76a17e4
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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