mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-12 21:10:21 +03:00
edit TODO; minor cleanups in sbopkg
This commit is contained in:
parent
b453078460
commit
d8563bce1c
@ -218,8 +218,8 @@ Which one would you like to use?" 10 60 2 \
|
||||
touch $TMP/sbopkg_build.lck
|
||||
( build_package $APP >> $OUTPUT & ) 2>>$OUTPUT
|
||||
while [ -f $TMP/sbopkg_build.lck ]; do
|
||||
dialog --backtitle "Building the $APP package in the \
|
||||
background." --tailbox $OUTPUT 20 70
|
||||
dialog --backtitle "Building the $APP package." \
|
||||
--tailbox $OUTPUT 20 70
|
||||
done
|
||||
if [ "$KEEPLOG" = "YES" ]; then
|
||||
cat $OUTPUT >> $TMP/sbopkg-build-log
|
||||
@ -555,7 +555,7 @@ ChangeLog.txt and then quit."
|
||||
echo " -r Rsync the SlackBuilds.org respository with"
|
||||
echo " the local mirror and then quit."
|
||||
echo " -s package Search for a package and, if found, \
|
||||
display the README."
|
||||
display package information."
|
||||
echo
|
||||
echo "Note: multiple arguments to -b and -s must be \
|
||||
quoted (\"pkg1 pkg2\")"
|
||||
|
@ -6,7 +6,8 @@ Sbopkg TODO (in no particular order)
|
||||
how to keep the changes after an rsync, which will clobber everything.
|
||||
Possibly do something like append ".sbopkg" to a copy of the SlackBuild
|
||||
and then add "--exclude='*.sbopkg'" to the rsync call. See discussion on
|
||||
SBo mailing list on 2008-03-24.
|
||||
SBo mailing list on 2008-03-24. UPDATED: This is working in 0.0.4
|
||||
for the dialog interface, but not the cli yet.
|
||||
* When using the dialog interface, change the listing of packages to
|
||||
be a checklist or radiolist whereby the user can select more than
|
||||
one package to build at a time. This would possibly change how the
|
||||
|
Loading…
Reference in New Issue
Block a user