Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | Local overrides may have nonexistent fields | Andreas Guldstrand | |
This fixes #14 | |||
2015-12-07 | Change newline cuddling of local overrides message | Andreas Guldstrand | |
2015-12-07 | Let's end the module properly | Andreas Guldstrand | |
... so we don't rely on the last assignment or subroutine call | |||
2015-12-07 | Alert that a local override is being used | Andreas Guldstrand | |
This fixes #13 This fixes #15 Yay, 2 fixes for the price of one commit! | |||
2015-12-06 | Change from @EXPORT to @EXPORT_OK | Andreas Guldstrand | |
2015-12-05 | Update Changes file | Andreas Guldstrand | |
2015-12-05 | Change version comparison | Andreas Guldstrand | |
Sometimes versions aren't in order. This might have been the cause of issue #11 | |||
2015-12-05 | sboupgrade: add --all option for all upgrades | Andreas 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-04 | Changes: separate versions with extra newline | Andreas Guldstrand | |
2015-12-04 | Updated Changes file | Andreas Guldstrand | |
2015-12-04 | Allow to override the version of slackware to grab from SBo | Andreas Guldstrand | |
2015-12-04 | Add ability to set a directory of local overrides. | Andreas Guldstrand | |
This fixes #8 | |||
2015-12-03 | Refactor the filename extraction from link | Andreas Guldstrand | |
2015-12-03 | Use sbosrcarch if a download fails | Andreas Guldstrand | |
This should solve #7 but further testing is warranted | |||
2015-11-27 | Add one more change to Changes file | Andreas Guldstrand | |
2015-11-27 | Added Changes file for 1.9 | Andreas Guldstrand | |
2015-11-27 | Update version, website, and maintainer info | Andreas Guldstrand | |
2015-11-26 | This shouldn't be a regex. chomp() and eq properly. | Andreas Guldstrand | |
2015-11-26 | Don't return a file as if it were a directory | Andreas Guldstrand | |
2015-11-26 | Forgot to include "package-" in the path to remove | Andreas Guldstrand | |
2015-11-26 | Give convertpkg-compat32 the correct directory | Andreas Guldstrand | |
2015-11-26 | Move seek in get_src_dir to inside the loop | Andreas Guldstrand | |
2015-11-26 | No need to check if $ENV{TMP} is defined | Andreas Guldstrand | |
2015-11-26 | Properly remove -compat32 package directories | Andreas Guldstrand | |
2015-11-26 | Fix cleanup of correct dir | Andreas Guldstrand | |
2015-11-19 | Missed some indents | Andreas Guldstrand | |
2015-11-19 | Fix up indenting with tabs consistently | Andreas Guldstrand | |
2015-11-19 | Fixed up authors listing | Andreas Guldstrand | |
2015-11-19 | Fixed .info file parsing | Andreas Guldstrand | |
This fixes #5 Also added tests for #5 | |||
2015-11-19 | Use list-form of system() so we avoid the shell | Andreas Guldstrand | |
2015-11-19 | get_distfile needs 2 arguments, checks for 2 arguments, but error message ↵ | Andreas Guldstrand | |
was about 1 | |||
2015-11-16 | Clean up $TMP vs /tmp/SBo inconsistencies | Andreas Guldstrand | |
This closes #4 | |||
2015-11-14 | Add back argument check to get_build_queue() | Andreas Guldstrand | |
2015-11-14 | Change the way the build queue is made | Andreas Guldstrand | |
This fixes #2 | |||
2015-11-14 | Added missing curly bracket | Andreas Guldstrand | |
2015-11-14 | Additional Perl::Critic::Freenode fixes, and one missed prototype | Andreas Guldstrand | |
2015-11-14 | Remove prototypes and make sure subs are called with () | Andreas Guldstrand | |
2015-01-09 | In newer perls, push on a reference causes warning | Andreas Guldstrand | |
One instance of «push @$args{QUEUE}» which seems to have been misinterpreted was fixed to «push @{ $args->{QUEUE} }». | |||
2013-11-27 | support 14.1, test version/multilib as appropriately for system | d4wnr4z0r | |
2013-10-24 | bundling Sort::Versions | Andreas 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-22 | Merge branch 'smartmatch' | j pipkin | |
2013-09-22 | created tools/update_man_pages.sh, version 1.6 -> 1.7 | j pipkin | |
2013-09-20 | SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatch | j 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-30 | version 1.5 -> 1.6 | J Pipkin | |
2013-03-30 | modification to last change for conciseness, and get rid of useless ↵ | J Pipkin | |
add_to_queue() prototype | |||
2013-03-28 | in get_build_queue(), keep last instance of repeated thing instead of first, ↵ | J Pipkin | |
so final queue is ordered correctly. | |||
2013-03-02 | return 0 instead of undef from get_sbo_location, test return with if instead ↵ | J Pipkin | |
of with if defined | |||
2013-02-19 | support env vars $TMP and $OUTPUT, and clean some excess spaces at the ends ↵ | J Pipkin | |
of some lines | |||
2013-02-19 | only try to readdir on /tmp/SBo if able to opendir it | J Pipkin | |
2013-01-14 | updated SBO-Lib/README to no longer mention Text::Tabulate | J Pipkin | |