Commit Graph

941 Commits

Author SHA1 Message Date
chess.griffin
7c89d46216 fix bug where new repo dir was not being created; remove unused get_version_list function; remove commented out cruft 2008-05-03 15:53:25 +00:00
chess.griffin
24a0317e7b update date in man pages 2008-05-03 00:21:58 +00:00
chess.griffin
d44e2beb2d get ready for Slackware 12.1: update sbopkg, sbopkg.conf.sample, and both man pages to include Slackware 12.1; set default repo to 12.1; no substantive changes otherwise. I will release a point update (0.0.6.1) after 12.1 is released 2008-04-22 13:58:13 +00:00
chess.griffin
aef3a7b2c1 fix paths issue related to linking the source tarball 2008-04-11 14:39:03 +00:00
chess.griffin
50c2d0c28f added more error checking when building a package; tweaked the new general search 2008-04-11 13:53:45 +00:00
chess.griffin
e1b46f0d1a change search options again; now -q for query is the switch to search by string and -s is the old search by specific package name; these switches make more sense; update sbopkg.8 man page; update TODO 2008-04-09 14:14:46 +00:00
chess.griffin
1edd0b2b9b fix error with changing slackware version -- commented out code messed up the menu 2008-04-08 20:11:33 +00:00
chess.griffin
2e15e69876 link new search to dialog search interface -- works well; minor typo fixes 2008-04-08 19:54:52 +00:00
chess.griffin
aff26f4024 edit sbopkg.8 man page for new -i and -s functionality 2008-04-08 18:52:52 +00:00
chess.griffin
7299eeffb4 improve cli searching; the old -s is now -i (for information) and will display package info files; the new -s is just a general grep search for any glob 2008-04-07 13:55:55 +00:00
chess.griffin
95685a1d89 more tweaks to new change version code; fixed typos; put 12.0 above 11.0; add trademark notice for Slackware and Linux 2008-04-03 23:05:01 +00:00
chess.griffin
531a3cc087 modifications to new code to allow changing slackware version; add in a few checks to make sure $LOCALREPO/$SLACKVER exists at various points during the menu 2008-04-03 22:57:43 +00:00
chess.griffin
590667bb8c change version numbers to SVN; from now on, SVN code will remain at version SVN and I will change the version numbers at each release; import initial code to allow the user to change the Slackware version for the matching SBo mirror. In other words, a user can have a local mirror for the Slackware 11.0 SlackBuilds from SBo and also a mirror for the 12.0 SlackBuilds. These would default to /home/sbo/11.0 and /home/sbo/12.0 initially. The user can override the default SLACKVER set in the config file either with the new -v switch for cli users, or from within the dialog interface; also update man pages to reflect this new feature. 2008-04-03 22:40:00 +00:00
chess.griffin
704a8e07ce update version numbers in sbopkg and both man pages to 0.0.6 2008-04-02 17:56:47 +00:00
chess.griffin
2965d56099 add back in slakmagiks code to show_readme, which I accidentally reverted 2008-04-01 20:19:33 +00:00
chess.griffin
a1e6cdde94 when cli interface is used, add in ability to check whether there is a locally edited slackbuild and if so, offer the user the choice to build the original or the edited one; also add in ability to log the build process from the cli (using tee) -- this is the same log governed by KEEPLOG, normally $TMP/sbopkg-build-log 2008-04-01 19:53:00 +00:00
chess.griffin
250c4cb11b initial search code in dialog interface; tweak sbopkg.8 man page 2008-04-01 13:10:28 +00:00
chess.griffin
dc9c37ed35 cleanup sbopkg.8 man page by including references to environmental variables that are used; also correct some typos 2008-03-31 19:11:24 +00:00
chess.griffin
6a59d6425f use slakmagiks tweak for the show_readme function. It now works much better, thanks! 2008-03-31 03:35:31 +00:00
chess.griffin
2faa0de4e3 fix minor typos; move check_local_dir function into sanity_checks function (no need for them to be separate) 2008-03-30 22:09:03 +00:00
chess.griffin
a7102eeacd remove old commented out code 2008-03-30 02:07:05 +00:00
chess.griffin
38e42516d8 changed the way missing variables are handled; thanks to slakmagik for the suggestions 2008-03-30 00:36:29 +00:00
chess.griffin
96e4fbd924 add patch from hba to check for all variable in the config file; cleaned up old commented out code 2008-03-29 21:59:05 +00:00
chess.griffin
37eed9bf13 tweak -h help to remove reference to environmental variables 2008-03-29 19:48:56 +00:00
chess.griffin
6eef7054d2 after discussions on IRC, I decided to change sbopkg.conf.sample back to simply a listing of variables without the option to pass environmental variables. I think exporting variables or some such complicates matters for this tool and it is really not needed. Also edited sbopkg.8 man page to remove references to environmental variables. 2008-03-29 19:47:58 +00:00
chess.griffin
d8563bce1c edit TODO; minor cleanups in sbopkg 2008-03-29 19:38:28 +00:00
chess.griffin
b453078460 fixed size of lots of dialog boxes; added check to see if ChangeLog.txt exists before displaying it 2008-03-29 16:46:36 +00:00
chess.griffin
a628c076cb add an error check to the log deletion requiring root privileges; add a "done" msgbox after log is deleted. 2008-03-29 16:13:38 +00:00
chess.griffin
029ef04293 add ability to view the sbopkg-build-log from the main menu; add error check to warn user if log is not found; add ability for user to keep or delete the sbopkg-build-log after viewing it 2008-03-29 14:45:22 +00:00
chess.griffin
1f626db742 add some comments to sbopkg 2008-03-29 13:16:10 +00:00
chess.griffin
df6f38a5bf fix typo in CWD= 2008-03-29 04:28:05 +00:00
chess.griffin
c2dd179e7a added check before pkg building to see if a local SlackBuild exists and if it does, offer the user a choice of which SlackBuild to use. This works in the dialog but not on the command line yet. 2008-03-29 04:25:46 +00:00
chess.griffin
efda966a23 remove #!/bin/sh from sbopkg.conf.sample; fix CWD=$(pwd) 2008-03-29 02:32:43 +00:00
chess.griffin
9fd5df4562 add initial code for editing the SlackBuild. Seem to work ok but have not yet added ability to build a package using the edited SlackBuild but that is an easy addition. Can also delete the local edited copy of the SlackBuild. The rsync command was also tweaked to exclude the .sbopkg which is the text appended to the local edited SlackBuild. Edited man pages and version number in sbopkg to 0.0.4 2008-03-28 19:19:07 +00:00
chess.griffin
8e8e6714a9 many whitespace cleanups; added timeout to rsync call; separated rsync_command from rsync_repo in order to keep the dialog box in state while rsync is performed, similar to what happens when a build occurs; there are still some old commented out code for the time being; general cleanups 2008-03-28 02:57:25 +00:00
chess.griffin
1bb8f93543 create 0.0.2 tag; many, many changes and enhancements, many due to excellent diff and help by slakmagik; created cache directory (Robby Workman) and added ability to view cache; fixed the issue with the pkg building screen so it now holds while pkg is building (slakmagik); added -f option so user can override config file (slakmagik); added checks to see if user has write permissions on rsync directory; added --delete flag to rsync call (Alan Hicks); many other code cleanups and enhancements (slakmagik); edited sbopkg.conf.sample so it is a shell script that is parsed by sbopkg; edited both man pages to reflect changes 2008-03-27 02:35:12 +00:00
chess.griffin
40eb44a179 initial code to create cache directory to store sources; add function to get the tarball if it does not exist and then create a symlink to the package directory; add --delete to rsync calls; minor cleanups; add -x to script for debugging; added SRCDIR to sbopkg.conf.sample 2008-03-25 03:35:06 +00:00
chess.griffin
ee8f8483aa Add items to TODO: download location and ability to edit SlackBuild per SBo mailing list 2008-03-25 02:52:07 +00:00
chess.griffin
8907ba66db initial commit of sbopkg, sbopkg.conf.sample, TODO, sbopkg.conf.5, and sbopkg.8; add all except the man pages to svn propset for $Id$ tags 2008-03-24 00:42:47 +00:00
chess.griffin
0e5947600a Edited README 2008-03-23 03:38:31 +00:00
chess.griffin
646080e2d4 add README; start testing Id tags 2008-03-23 02:45:35 +00:00