chess.griffin
|
b3f8c90ba9
|
modify the 'check for update to sbopkg' code to show a different message if running from svn; also, if not running from svn, and it finds an updated package, offer to download the updated package; this is a precursor to having sbopkg update itself -- for now, it just downloads the updated package to OUTPUT.
|
2009-01-14 18:32:27 +00:00 |
|
chess.griffin
|
395954a76e
|
allow user to press ESC to exit out of the build/build or install dialog properly; it had to be done this way due to what I believe is a bug in dialog.
|
2009-01-14 16:47:12 +00:00 |
|
chess.griffin
|
8037d2531f
|
fix ability to cancel and go back to main menu when in the *.info and *.SlackBuild selection dialogs during the queue processing; add PKG name to title of those same dialogs.
|
2009-01-14 16:25:51 +00:00 |
|
chess.griffin
|
5345001784
|
switch egrep for grep in the view_queue function to preserve special characters in filenames, like the ++ in libsigc++; otherwise, those instances would be lost since egrep interpreted the ++ as the special regex + character.
|
2009-01-14 14:34:18 +00:00 |
|
chess.griffin
|
abc221371f
|
add a proper ChangeLog.txt :-)
|
2009-01-13 14:40:04 +00:00 |
|
chess.griffin
|
4e8aa69ca5
|
add fix for Virtualbox download
|
2009-01-13 03:12:10 +00:00 |
|
chess.griffin
|
a6a701b243
|
revert rm -f to rm -rf for sbooutput since that is a directory we want to delete; add local repo information to the build summary logs
|
2009-01-13 00:27:55 +00:00 |
|
chess.griffin
|
dd1ffad50e
|
resize the main menu and the utilities just a touch to eliminate blank space
|
2009-01-12 23:12:23 +00:00 |
|
chess.griffin
|
2c36dd9dde
|
remove the 'v' before SVN version when invoking from cli
|
2009-01-12 21:10:02 +00:00 |
|
chess.griffin
|
ad7a9f4ccc
|
remove tools/makechangelog to make way for new, proper ChangeLog.txt to be coming soon; edit sbopkg.SlackBuild to copy new ChangeLog.txt
|
2009-01-12 20:10:24 +00:00 |
|
chess.griffin
|
582f752e6e
|
merge back in prior svn ID code since the revision expanded as well
|
2009-01-12 16:01:22 +00:00 |
|
chess.griffin
|
809e15bf02
|
revise code to display SVN version; thanks to Mauro Giachero for the suggestion; add a continue when search_package fails to avoid ugly breakage from cli; add in a preliminary check to make sure -b and -i are not used together (I know there is a correct way to test the getopts arguments but this will do until I have more time to spend on it).
|
2009-01-12 15:45:28 +00:00 |
|
chess.griffin
|
1367d419e7
|
rework the dynamic SBOVER because the prior code was getting expanded and breaking.
|
2009-01-12 03:58:10 +00:00 |
|
chess.griffin
|
dc4a0f05b9
|
add directory check for
|
2009-01-12 03:46:26 +00:00 |
|
chess.griffin
|
aec8914cdb
|
merge in four patches from Mauro Giachero that do the following (1) show SVN id (2) clean up use of cancel/back and ESC -- ESC should now take you back a step in most screens (3) replace most rm -rf with rm -f and (4) improve the options dialog; thanks to Mauro for these great patches; also, other minor cleanups and dialog tweaks
|
2009-01-12 00:54:39 +00:00 |
|
chess.griffin
|
f274376554
|
create a new 'utilities' submenu off main menu and move some of the main menu items in there to clean up the UI a bit; add a backgroundtitle on several screens that shows which SBo repo (e.g. 12.2) the user is browsing
|
2009-01-09 20:09:50 +00:00 |
|
chess.griffin
|
35f812a928
|
remove the 'read sbopkg README' from main menu -- it was sort of pointless; add ability to add any of the individual search results to build queue from the search results screen; remove a bit of cruft.
|
2009-01-09 17:49:10 +00:00 |
|
chess.griffin
|
76ec9804f5
|
add similar message about aborting remaining items in queue when a compilation fails.
|
2009-01-09 00:01:17 +00:00 |
|
chess.griffin
|
665e7277ea
|
remove the -O option from wget since that was causing a few headaches and potential for more; instead create a temporary SRCDIR/download where the wget occurs and the file is then moved to SRCDIR. I am leaving the older stuff commented out for the time being while this is tested; also remove some cruft.
|
2009-01-08 21:51:55 +00:00 |
|
chess.griffin
|
7c86b0aa35
|
apply two patches from Mauro Giachero; the first allows the user to reverse the order of the build queue, and the second allows the user to enter another menu and re-sort any of them items in the queue; thanks to Mauro Giachero for these patches; also, tweak the summary output log when building packages; when a package fails the MD5SUM check, offer to abort the rest of the build queue since the failed package might be a dependency of something else and it wouldn't make sense to continue.
|
2009-01-08 21:27:44 +00:00 |
|
chess.griffin
|
b5f68ad42e
|
bump wget timeout from 10 seconds to 15 seconds; solves some download timeouts for x264 and sourceforge mirrors.
|
2009-01-08 19:57:08 +00:00 |
|
chess.griffin
|
fc71898416
|
improve build queue logging by reporting errors in builds; correctly remove source symlink after each successful and failed build.
|
2009-01-08 03:38:06 +00:00 |
|
chess.griffin
|
20c8f1dc82
|
add ability to use /home/chess/.sbopkg.conf, which will override settings in /etc/sbopkg/sbopkg.conf; when slackware version is changed, offer opportunity to save this new setting in /home/chess/.sbopkg.conf
|
2009-01-06 02:13:28 +00:00 |
|
chess.griffin
|
c82a768cfc
|
add preliminary support for build options/flavors in dialog interface; new menu entry in info item menu allows users to optionally set options or variables that will be passed to the SlackBuild script when it is run; this feature needs testing.
|
2009-01-05 16:47:39 +00:00 |
|
chess.griffin
|
10427dac9b
|
commit diff from Mauro Giachero to fix issue where some packages were incorrectly reported as already being in the build queue.
|
2009-01-04 20:53:24 +00:00 |
|
chess.griffin
|
edcd83dbd9
|
fix issue where packages were incorrectly identified as already being in the build queue; thanks to SpacePlod for the bug report.
|
2009-01-02 15:41:06 +00:00 |
|
chess.griffin
|
27335bd44d
|
add update list fix for ksmoothdock; thanks to Wade Grant for the bug report.
|
2009-01-01 22:08:10 +00:00 |
|
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 |
|