aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-13use quotes around $link in call to wget to deal special characters in linksJ Pipkin
2013-01-12Merge branch 'exit_ask', fixes #41, fixes #37J Pipkin
2013-01-12clean "my $out;" out of test.tJ Pipkin
2013-01-12cleanup test.tJ Pipkin
2013-01-12resolve items marked TODOJ Pipkin
2013-01-12implement failure-dependent exit statuses, ask to proceed if a failure is ↵J Pipkin
encountered during the process
2013-01-11Merge branch 'sbo_split', fixes #33J Pipkin
2013-01-10fix to print_failures() fix, and a modification for concisenessJ Pipkin
2013-01-10fix reference passing stuff, fix print_failures(), fix bug pushing empty ↵J Pipkin
list which caused sboupgrade/install to die instead of printing failures at the download/verify stage, remove old get_installed_sbos()
2013-01-10This reverts commit 3673d4d416b509032daa7e1483bc24daa32ff3d4.J Pipkin
it will be easier to be consistent with passing refs for arrays and hashes, so we'll fix it that way instead.
2013-01-11%failures now declared as , sboinstall line 96: changed to %locationsxocel
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