Commit Graph

270 Commits

Author SHA1 Message Date
chess.griffin
1ec52ebe5b tweak contributors language 2009-01-01 20:35:54 +00:00
chess.griffin
9011e631c6 update TODO 2009-01-01 20:34:36 +00:00
chess.griffin
eeaef697d8 remove a bit of crufty commented out stuff from sbopkg 2009-01-01 18:18:24 +00:00
chess.griffin
99493e673b mention that building deps in order is not really a supported feature in README and sbopkg(8) man page 2009-01-01 17:58:50 +00:00
chess.griffin
c9d8192b62 edit message when a sbopkg.conf variable is missing. 2009-01-01 05:15:23 +00:00
chess.griffin
3dd7bc796a change home page in slack-desc 2008-12-31 19:02:06 +00:00
chess.griffin
3b1ba3270b change copyright to 2009; change dates in man pages to January 2009 2008-12-31 19:01:05 +00:00
chess.griffin
a95dff5479 fix issue where queue would proceed even if all packages removed from queue; thanks to Mauro Giachero for the bug report. 2008-12-29 20:18:11 +00:00
chess.griffin
e175c777ce modify UPDATELIST_DEBUGGING re: new DEBUG variable in sbopkg.conf 2008-12-29 19:58:47 +00:00
chess.griffin
90db3ee2cb add DEBUG information to sbopkg.conf(5) man page 2008-12-29 19:52:49 +00:00
chess.griffin
52d0c48cbf add new DEBUG=0 to sbopkg.conf.new 2008-12-29 19:40:35 +00:00
chess.griffin
5472025f4a remove UPDATE_DEBUG and FULL_DEBUG and implement a single DEBUG variable that will now be in sbopkg.conf; test for DEBUG; change debugging calls to test for DEBUG and output some debug at level 1 and more at level 2. 2008-12-29 19:39:43 +00:00
chess.griffin
fa840ab13b mention in README and both man pages that local copy of SBo repo is less than 50MB. 2008-12-29 04:38:35 +00:00
chess.griffin
ff3ec901ae modify README and sbopkg(8) man page re: build queue 2008-12-29 03:40:59 +00:00
chess.griffin
e974160609 add tmux update fix; mention that Conrol-C will exit out of build queue processing. 2008-12-29 03:33:44 +00:00
chess.griffin
14d0bee79c Update TODO 2008-12-24 15:23:01 +00:00
chess.griffin
a9ffc91963 edit sbopkg.conf to state that OUTPUT must be exported 2008-12-24 15:20:28 +00:00
chess.griffin
eede5fbf66 remove /latest since the new 'check for an update' code uses something else; update /tools/sbopkg.SlackBuild and /tools/makechangelog 2008-12-24 14:09:23 +00:00
chess.griffin
d875937bf6 add in ability to check for an update to sbopkg itself using code borrowed with permission from Eric Hameleers' script mirror-slackware-current.sh; this is a new feature in the dialog interface and also in the cli with the new -u switch 2008-12-24 13:48:03 +00:00
chess.griffin
130d51f1a5 fix issue where the 'installed/not installed' was not automatically refreshing after installing a package; thanks to Mauro Giachero for reminding me to fix this annoyance; also, add the ARCH to the info item menu description so it matches everything else 2008-12-23 23:10:53 +00:00
chess.griffin
922edc88cb reworking some wording in one of the build queue dialog boxes; thanks to The-Croupier for the suggestion. 2008-12-23 22:48:07 +00:00
chess.griffin
f088c67010 fix spacing issue in two dialog boxes; fix issue where locally-edited SlackBuild was not being used for building; thanks to Mauro Giachero for the bug report. 2008-12-23 22:05:48 +00:00
chess.griffin
58e9e9939e fix issue where duplicate packages could be added to build queue; fix control-c bug that would not allow user to do anything until they returned to the main menu; thanks to Mauro Giachero for these two bug reports; tweak usage -h output to more clearly state that multiple packages can be built, installed, or searched for. 2008-12-23 04:21:36 +00:00
chess.griffin
6d78699217 offer to automatically add flagged updates to build queue 2008-12-22 15:10:29 +00:00
chess.griffin
6f0dd4ea29 revise build queue explanatory text; change references to 'build queue'; remove some cruft from sbopkg; revise sbopkg(8) man page re: build queue; revise README re: build queue; remove 'no updates' from debug list unless an internal 'FULL DEBUG' variable is set 2008-12-22 14:35:51 +00:00
chess.griffin
51277783f5 add fixes for mplayer and acroread; thanks to Erik Hanson for acroread bug report 2008-12-22 03:46:17 +00:00
chess.griffin
77e0adccf1 remove check for TERMBUILD 2008-12-21 16:59:42 +00:00
chess.griffin
b309ca5f27 remove TERMBUILD from sbopkg.conf.new; remove TERMBUILD information from sbopkg.conf(5) man page; revise sbopkg(8) man page about new -i switch 2008-12-21 15:39:13 +00:00
chess.griffin
0a3d94f7cb remove old /latest; update TODO; update sbopkg(8) man page 2008-12-21 15:19:49 +00:00
chess.griffin
d39cd37da6 remove dialog MD5SUM failure message since we are in the terminal anyway; more whitespace fixes; only display 'press any key' at end of build if we are in dialog; only check queue if we are in dialog 2008-12-21 05:20:05 +00:00
chess.griffin
2d1a5234eb clean up some whitespace; offer to delete queue after processing; try to fix md5sum failure dialog issues 2008-12-21 04:59:15 +00:00
chess.griffin
db76f791b7 greatly improve the new build queue and how it is managed; use a checklist for viewing and removing items from the queue 2008-12-21 04:00:19 +00:00
chess.griffin
d2695866ff test removing some old install code and replace it with just a call to install_package; comment out a tail command to eliminate an error since the tail is no longer needed 2008-12-18 04:58:38 +00:00
chess.griffin
eac43a06c3 minor cleanups to the install queue log checks and fix a dialog box 2008-12-18 04:45:56 +00:00
chess.griffin
02c978dcbf bring in pkgtools string splitting code (same code used in updatelist feature) into the info item menu in order to, hopefully once and for all, correctly identify the installed package for purposes of displaying at the top 'Installed:' or 'Not installed:'; fix issue where newly-built package was not being listed in the info item menu; thanks to Alex for the bug report; remove lots of old comments and commented out code 2008-12-17 20:48:33 +00:00
chess.griffin
ab2868361d fix mplayer update issue 2008-12-17 19:13:58 +00:00
chess.griffin
194491f247 re-fix django download issue 2008-12-17 04:51:06 +00:00
chess.griffin
1f7360b074 tweak dialog settings; fix ability to cancel out of build queue 2008-12-17 04:43:03 +00:00
chess.griffin
7bc2120b82 integrate some major changes in how building and installing is handled; introduce build queue in dialog interface; implement installation options for when queue is processed; these major revisions necessitated the removal of the dialog interface when packages are building or installing; if a user is in the dialog interface of sbopkg, then when a package is built and/or installed, it will switch over to a terminal (i.e. as if TERMBUILD was chosen); showing the build or install in the dialog tailbox was sort of a hack, and did not allow me to do some other things; consider it a price of having the new build/install queue; I tried to test things out in a variety of ways and catch likely errors but testing is really needed 2008-12-16 23:23:29 +00:00
chess.griffin
a85f2f50bf add fix for typhoon_2001; thanks to cotterochan for the bug report; tweak the package building/installing output when using new -i command line switch to build and install. 2008-12-16 00:01:25 +00:00
chess.griffin
f0284c824a add some errors checks when building or installing from cli 2008-12-15 14:36:50 +00:00
chess.griffin
a6e7a5d367 clean up the customization menu a bit 2008-12-13 18:16:07 +00:00
chess.griffin
bb65efb934 modify the package/install summary output 2008-12-13 04:26:41 +00:00
chess.griffin
566f522ce3 minor tweak to -h output; revise sbopkg.conf.5 man page to require OUTPUT as a defined configuration variable; revise sbopkg.8 man page to explain new -i switch. 2008-12-13 04:15:06 +00:00
chess.griffin
b1052bb553 add patch from Erik Hanson to clean up several of the yes/no dialogs; introduce new code and new -i switch to build and install packages from the command line; introduce a new summary file that will be used at the end of the cli building or installing process. 2008-12-13 03:46:35 +00:00
chess.griffin
6d5af94df6 further work on the 'installed version' code; thanks to Erik Hanson for some help with this; this code needs to be redone as it is a bad hack for now; also, fix django download problem due to no tarball or source listed in the download link; thanks to David Somero for the bug report 2008-12-12 16:18:15 +00:00
chess.griffin
55b7dabefa fix for installed packages not being listed at the top of the info item screen 2008-12-12 15:42:52 +00:00
chess.griffin
0d9045e8d2 tweak alignment of sbopkg.conf.5 man page 2008-12-11 01:54:48 +00:00
chess.griffin
71e04c5fe6 update sbopkg for Slackware 12.2 by making 12.2 the default Slackware version; revise man pages and docs for 12.2; add --no-owner to default rsync flags to avoid local repository from having incorrect owner permissions; thanks to Pierre Cazenave for the bug report and Erik Hanson for the suggested solution; tweak the recent fix in r228 for built package names showing up incorrectly in the menus 2008-12-11 01:50:07 +00:00
chess.griffin
3a1c4b63c0 fix issue where on rare occasions the built package name was not correctly identified; thanks to necropresto for the bug report (closes Issue 7 on Google Issue Tracker); minor cleanups to various files. 2008-12-03 16:35:16 +00:00