aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib
AgeCommit message (Collapse)Author
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-14Change the way the build queue is madeAndreas Guldstrand
This fixes #2
2015-11-14Added missing curly bracketAndreas Guldstrand
2015-11-14Additional Perl::Critic::Freenode fixes, and one missed prototypeAndreas Guldstrand
2015-11-14Remove prototypes and make sure subs are called with ()Andreas Guldstrand
2015-01-09In newer perls, push on a reference causes warningAndreas Guldstrand
One instance of «push @$args{QUEUE}» which seems to have been misinterpreted was fixed to «push @{ $args->{QUEUE} }».
2013-11-27support 14.1, test version/multilib as appropriately for systemd4wnr4z0r
2013-10-24bundling Sort::VersionsAndreas Guldstrand
* Added Sort/Versions.pm and t/versions.t to the MANIFEST. * Removed dependency on Sort::Versions / perl-Sort-Versions from both the Makefile.PL andthe sbotools.info files. * Added Sort::Version's copyright notice to README. * Made the test prep.pl copy the Sort/Versions.pm to the test hierarchy.
2013-09-22Merge branch 'smartmatch'j pipkin
2013-09-22created tools/update_man_pages.sh, version 1.6 -> 1.7j pipkin
2013-09-20SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatchj pipkin
usage; t/test.t: remove smartmatch usage, fix bug where we were testing @symlinks as though its contents would be in a specific order whereas actually it is populated from a hash.
2013-03-30version 1.5 -> 1.6J Pipkin
2013-03-30modification to last change for conciseness, and get rid of useless ↵J Pipkin
add_to_queue() prototype
2013-03-28in get_build_queue(), keep last instance of repeated thing instead of first, ↵J Pipkin
so final queue is ordered correctly.
2013-03-02return 0 instead of undef from get_sbo_location, test return with if instead ↵J Pipkin
of with if defined
2013-02-19support env vars $TMP and $OUTPUT, and clean some excess spaces at the ends ↵J Pipkin
of some lines
2013-02-19only try to readdir on /tmp/SBo if able to opendir itJ Pipkin
2013-01-14update ddates, version 1.4 -> 1.5J Pipkin
2013-01-14Merge branch 'make_clean_32'xocel
2013-01-13Merge branch 'master' of dawnrazor.net:sbotoolsJ Pipkin
2013-01-13clean up after convertpkg-compat32xocel
2013-01-13get_installed_packages() should only run its loop for items it is able to ↵J Pipkin
pull all three variables from
2013-01-13use quotes around $link in call to wget to deal special characters in linksJ 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-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-09split sboupgrade from sboinstallJ 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-05Merge branch 'inst_pkgs': fixes #22, #31xocel
2013-01-05removed if () statement from get_installed_packagesxocel
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-03merged c32_x64_fix, fixes #25J Pipkin
2013-01-03elide space between get_dc_regex and ($)J Pipkin
2013-01-03support other archive formats besides just tarJ Pipkin