aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAge
* htmlparser.feed() expects a string, not bytes.Lucas C. Villa Real2018-06-29
* Invert logic: do not search the web for dependencies by default.Lucas C. Villa Real2018-06-29
* Moved to Python 3 and fixed indentation issues.Lucas C. Villa Real2018-06-29
* Ignore archives not ending on .rpm or .debLucas C. Villa Real2018-01-30
* Delete temporary archives after installing them.Lucas C. Villa Real2017-10-12
* If a package with the same name is already installed then reuse it to prevent...Lucas C. Villa Real2017-10-12
* Fixes a misspellLucas C. Villa Real2017-10-12
* Merge branch 'master' of github.com:gobolinux/ThirdPartyInstallersLucas C. Villa Real2017-03-18
|\
| * Catch packages attempting to install files under /usr/local.Lucas C. Villa Real2017-02-03
* | Print the camel-case program name before installation begins.Lucas C. Villa Real2017-01-27
|/
* Fixes installation of packages when the user passes a filesystem pathLucas C. Villa Real2017-01-22
* Fixes typo on function name.Lucas C. Villa Real2017-01-11
* Fetch remote files at the very beginning, and make wget verbose byLucas C. Villa Real2017-01-10
* Introduce support for the installation of DEB files. One caveat is thatLucas C. Villa Real2017-01-02
* Rename main script.Lucas C. Villa Real2017-01-02
* Move RPM specific function to Functions/RPM. This move is to ease theLucas C. Villa Real2017-01-02
* Filter out dependencies on rpmlib from "rpminfo --dependencies".Lucas C. Villa Real2017-01-01
* Remove '-devel' from package names when searching the GoboLinux recipeLucas C. Villa Real2017-01-01
* Happy new year :)Lucas C. Villa Real2017-01-01
* Query the GoboLinux recipe store when looking up dependencies by packageLucas C. Villa Real2017-01-01
* Output the camel-case string rather than its lowercase representation.Lucas C. Villa Real2017-01-01
* Regex fix.Lucas C. Villa Real2017-01-01
* Output a different string when a dependency could not be resolved dependingLucas C. Villa Real2017-01-01
* Fixes typo on case-insensitive comparison test;Lucas C. Villa Real2017-01-01
* Determine how many path levels we have at /opt based on the longestLucas C. Villa Real2017-01-01
* Prevent the creation of recursive symlinks.Lucas C. Villa Real2016-12-30
* Improve guessing of /opt hierarchy: when multiple RPM files areLucas C. Villa Real2016-12-30
* When merging multiple RPM files under a single /Programs entry, it isLucas C. Villa Real2016-12-30
* Improve population of Resources:Lucas C. Villa Real2016-12-29
* Populate Resources/Architecture at all times.Lucas C. Villa Real2016-12-29
* Merge lib64 with lib.Lucas C. Villa Real2016-12-22
* Improve the creation of /opt compatibility links.Lucas C. Villa Real2016-12-21
* Rename lib64 to lib if possible.Lucas C. Villa Real2016-12-15
* Support installation of RPM packages provided as URLsLucas C. Villa Real2016-12-12
* When multiple RPM files are provided and --app-name is given, then mergeLucas C. Villa Real2016-12-11
* Improve the creation of symlink entries on /opt;Lucas C. Villa Real2016-12-09
* Rename function.Lucas C. Villa Real2016-12-08
* Pass $rpmfile to the functions that need it instead of using a global.Lucas C. Villa Real2016-12-08
* Support the installation of multiple RPM files on a same prefix underLucas C. Villa Real2016-12-08
* New command-line switch: -W/--no-web. When used, the script will notLucas C. Villa Real2016-12-08
* When flattening the RPM, fallback to 1-level /opt if it could not beLucas C. Villa Real2016-12-08
* First commit.Lucas C. Villa Real2016-12-05