aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib
AgeCommit message (Collapse)Author
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
2013-01-03rewrite slackbuilds for compat32 installs to decompress the correct sourceJ Pipkin
2013-01-03fixes #26xocel
2012-12-31version 1.2 -> 1.3J Pipkin
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-28fixed testsxocel
2012-11-30version 1.1 -> 1.2Jacob Pipkin
2012-11-30shared creditJacob Pipkin
2012-11-30fix bug where exit status of slackbuild was lost due to piping it to tee, ↵Jacob Pipkin
introduced when reducing amount rewriting done to slackbuilds
2012-11-30remove excess blank line at start of fileJacob Pipkin
2012-11-30dont create the build_queue backwardsJacob Pipkin
2012-11-17changes to decouple test.t from local systemJacob Pipkin
2012-11-16switch back to using push instead of unshift in add_to_queue/get_build_queue ↵Jacob Pipkin
since arrays have more extra room at end than beginning
2012-11-16spacing and extra comma cleaned upJacob Pipkin
2012-11-16testing branch git-merge'dJacob Pipkin
2012-11-12merged multisbo into xocelxocel
2012-11-08use --delete when running rsync_treeJacob Pipkin
2012-11-05get rid of prototype for create_symlinks, all tests passJacob Pipkin
2012-11-05get rid of useless (%) prototypes. all tests pass.Jacob Pipkin
2012-11-05git rid of prototype for get_symlink_from_filename. all tests pass.Jacob Pipkin
2012-11-05git rid of prototype for get_build_queue. all tests pass.Jacob Pipkin
2012-11-05git rid of prototype for get_distfile. all tests pass.Jacob Pipkin
2012-11-05git rid of prototype for open_fh. all tests pass.Jacob Pipkin
2012-11-04remove prototype from verify_distfile, cleanups/perl golfJacob Pipkin
2012-11-04bug fix to last thing, and rename $vars to $store in get_from_info for ↵Jacob Pipkin
consistency with get_sbo_location state variable
2012-11-04make get_sbo_location state-keeping more correct, rename $loc_store to $storeJacob Pipkin
2012-11-04clean up a comment and remove so superfluous codeJacob Pipkin
2012-11-04comment typo fix: computer -> computeJacob Pipkin
2012-11-04removed superfluous "return unless -d $distfiles;" from verify_distfile ↵Jacob Pipkin
subroutine
2012-11-04rename $info_md5sum to equally clear but more concise $info_md5Jacob Pipkin
2012-11-04remove compare_md5s sub, call verify_distfile from get_distfile instead of ↵Jacob Pipkin
comparing in both places
2012-11-04rename $multi variable to more descriptive $multilibJacob Pipkin
2012-11-04ditch prototype for compare_md5sJacob Pipkin
2012-11-04fix to check-and-dereference-array-ref logic. passes tests.Jacob Pipkin
2012-11-04call get_sbo_location correctly for new changesJacob Pipkin
2012-11-04fix to last fixJacob Pipkin
2012-11-04get_sbo_location should return undef if it finds nothingJacob Pipkin
2012-11-04remove last bit of leftover crud from the make -j# thingJacob Pipkin