aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-09split sboupgrade from sboinstallJ Pipkin
2013-01-08remote tools/ from final packageJ Pipkin
2013-01-07added package_up.sh to tools/J Pipkin
2013-01-07added tools dir with htmlgen.sh and masstest_sbo.shJ Pipkin
2013-01-07Merge branch 'exit_status', fixes #40J Pipkin
2013-01-07remove exit 1 from print_failures subroutineJ Pipkin
2013-01-07exit 1 if failureJ Pipkin
2013-01-06removed Text::Tabulate dependency, version 1.3 -> 1.4J Pipkin
2013-01-06Merge branch 'dl_vr_first', fixes #35J Pipkin
2013-01-06propogate @symlinks from check_distfiles to do_slackbuild, update tests ↵J Pipkin
accordingly
2013-01-06remove old check_distfiles() code from do_slackbuild()J Pipkin
2013-01-06remove any existent distfile before attempting to get new oneJ Pipkin
2013-01-06perform download, md5sum verification, and creation of symlinks prior to ↵J Pipkin
building any sbos
2013-01-06Merge branch 'download_fix', fixes #34J Pipkin
2013-01-06Merge branch 'cpan_fix', fixes #23J Pipkin
2013-01-06die unless keys %downloads > 0J Pipkin
2013-01-05replaced =~ s/^perl-//g; with =~ ...xocel
2013-01-05Merge branch 'inst_pkgs': fixes #22, #31xocel
2013-01-05removed if () statement from get_installed_packagesxocel
2013-01-05added native logs to packages (woops), added sbo-compat32 logs to packages, ↵xocel
added sbo-compat32 packages to get_installed_packages tests
2013-01-05added tests for get_installed_packages 'ALL', added native slackware package ↵xocel
logs to packages for tests
2013-01-05replaced get_installed_sbos with get_installed_packages 'SBO' in test.txocel
2013-01-05reverted get_inst_names back to 1.3, commented out get_installed_sbos, ↵xocel
updated get_installed_packages
2013-01-04compare ls before and after slackbuild to get a list of source directories, ↵J Pipkin
collapse get_pkg_name and grok_temp_file into one sub since only get_pkg_name remains as a consumer of grok_temp_file
2013-01-04stop pulling version, integrate into sboupgradeJ Pipkin
2013-01-04Added get_installed_packages, modified get_inst_names to be compatible with ↵xocel
new sub
2013-01-03added get_installed_cpans() subroutineJ Pipkin
2013-01-03Merge branch 'sprintf', fixes #28J Pipkin
2013-01-03Merge branch 'sbocheck_log', fixes #30J Pipkin
2013-01-03merged c32_x64_fix, fixes #25J Pipkin
2013-01-03elide space between get_dc_regex and ($)J Pipkin
2013-01-03dynamically determine longest minimum within 80J Pipkin
2013-01-03use sprintf for formatting sbocheck output instead of Text::TabulateJ Pipkin
2013-01-03store the list of available updates in /var/log/sbocheck.logJ Pipkin
2013-01-03support other archive formats besides just tarJ Pipkin
2013-01-03tests for changes to rewrite slackbuilds for compat32 installsJ Pipkin
2013-01-03rewrite slackbuilds for compat32 installs to decompress the correct sourceJ Pipkin
2013-01-03fixes #26xocel
2012-12-31die if -p is specified without -NJ Pipkin
2012-12-31remove no-longer-used get_readme_path()J Pipkin
2012-12-31version 1.2 -> 1.3J Pipkin
2012-12-31version 1.2 -> 1.3J Pipkin
2012-12-31dates of man pages updatedJ Pipkin
2012-12-31updates to add sboremove to see also lists, see also list ordering, email ↵J Pipkin
addresses for bug reports
2012-12-31elide space between function names and any following open parentheses and ↵J Pipkin
fix testing
2012-12-31elide space between function names and any following open parenthesesJ Pipkin
2012-12-30sboremove: minor fixes, moved get_requires to lib.pm, added tests, updated ↵xocel
man page, more comments
2012-12-28sboremove updatedxocel
2012-12-28Merge branch 'xocel'xocel
2012-12-28fixed testsxocel