aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-05Fix a variable name in tools/update_man_pages.shAndreas Guldstrand
2015-12-05Update Changes fileAndreas Guldstrand
2015-12-05Change version comparisonAndreas Guldstrand
Sometimes versions aren't in order. This might have been the cause of issue #11
2015-12-05sboupgrade: add --all option for all upgradesAndreas Guldstrand
In order to not be asked twice about things already supplied we also need uniq to be exported from SBO::Lib. This fixes #9
2015-12-05Change the sbocheck output slightlyAndreas Guldstrand
Closes #10
2015-12-05Change sboconfig flag for local overrides to -oAndreas Guldstrand
Because -l is already in use.
2015-12-04sboupgrade manpage referred to sboinstall's exitcodes. Fix.Andreas Guldstrand
2015-12-04Changes: separate versions with extra newlineAndreas Guldstrand
2015-12-04Updated Changes fileAndreas Guldstrand
2015-12-04Update version handling in tools/Andreas Guldstrand
2015-12-04Allow to override the version of slackware to grab from SBoAndreas Guldstrand
2015-12-04Add ability to set a directory of local overrides.Andreas Guldstrand
This fixes #8
2015-12-03Refactor the filename extraction from linkAndreas Guldstrand
2015-12-03Use sbosrcarch if a download failsAndreas Guldstrand
This should solve #7 but further testing is warranted
2015-12-01Make sure it's the system perl we use to make the packageAndreas Guldstrand
2015-11-30Set the system perl as the perl we want to useAndreas Guldstrand
2015-11-28Remove website link from slackbuild README in accordance with sboAndreas Guldstrand
2015-11-28Change documentation link in README to new siteAndreas Guldstrand
2015-11-28Update slackbuild script to how SBo seems to want itAndreas Guldstrand
2015-11-27Changed the way html generation of manpages is doneAndreas Guldstrand
2015-11-27Make sbotools.SlackBuild executableAndreas Guldstrand
2015-11-27Add one more change to Changes fileAndreas Guldstrand
2015-11-27Add Changes file to documentationAndreas Guldstrand
2015-11-27Added Changes file for 1.9Andreas Guldstrand
2015-11-27Change the website in slack-desc as wellAndreas Guldstrand
2015-11-27Remake package_up.sh to automate more thingsAndreas Guldstrand
2015-11-27Update version, website, and maintainer infoAndreas Guldstrand
2015-11-26This shouldn't be a regex. chomp() and eq properly.Andreas Guldstrand
2015-11-26Don't return a file as if it were a directoryAndreas Guldstrand
2015-11-26Forgot to include "package-" in the path to removeAndreas Guldstrand
2015-11-26Revert man-page changes from clenaup of $TMPAndreas Guldstrand
2015-11-26Give convertpkg-compat32 the correct directoryAndreas Guldstrand
2015-11-26Move seek in get_src_dir to inside the loopAndreas Guldstrand
2015-11-26No need to check if $ENV{TMP} is definedAndreas Guldstrand
2015-11-26Properly remove -compat32 package directoriesAndreas Guldstrand
2015-11-26Fix cleanup of correct dirAndreas Guldstrand
2015-11-26Merge branch 'master' of github.com:pink-mist/sbotoolsAndreas Guldstrand
2015-11-26Fix manpagesAndreas Guldstrand
2015-11-19Missed some indentsAndreas Guldstrand
2015-11-19Fix up indenting with tabs consistentlyAndreas Guldstrand
2015-11-19Fixed up authors listingAndreas Guldstrand
2015-11-19Fixed .info file parsingAndreas Guldstrand
This fixes #5 Also added tests for #5
2015-11-19Use list-form of system() so we avoid the shellAndreas Guldstrand
2015-11-19get_distfile needs 2 arguments, checks for 2 arguments, but error message ↵Andreas Guldstrand
was about 1
2015-11-16Clean up $TMP vs /tmp/SBo inconsistenciesAndreas Guldstrand
This closes #4
2015-11-14Add back argument check to get_build_queue()Andreas Guldstrand
2015-11-14Add new files needed by testAndreas Guldstrand
2015-11-14Remove stray spaceAndreas Guldstrand
2015-11-14Fix up tests to comply with new queue builderAndreas Guldstrand
2015-11-14Tidying up function calls in test.t now that prototypes are goneAndreas Guldstrand