Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Improve the creation of /opt compatibility links. | Lucas C. Villa Real | 2016-12-21 | |
| | ||||
* | Rename lib64 to lib if possible. | Lucas C. Villa Real | 2016-12-15 | |
| | ||||
* | Support installation of RPM packages provided as URLs | Lucas C. Villa Real | 2016-12-12 | |
| | ||||
* | When multiple RPM files are provided and --app-name is given, then merge | Lucas C. Villa Real | 2016-12-11 | |
| | | | | | | | all the files into the same entry under /Programs. When multiple RPM files are provided and --app-name is not set, then each RPM file is installed under its own entry under /Programs. The target directories are chosen based on information extracted from the RPM files. | |||
* | Improve the creation of symlink entries on /opt; | Lucas C. Villa Real | 2016-12-09 | |
| | | | | | | Restrict verbose messages to --verbose mode; Catch more complex dependency strings when looking for the programs they belong to. | |||
* | Rename function. | Lucas C. Villa Real | 2016-12-08 | |
| | ||||
* | Pass $rpmfile to the functions that need it instead of using a global. | Lucas C. Villa Real | 2016-12-08 | |
| | ||||
* | Support the installation of multiple RPM files on a same prefix under | Lucas C. Villa Real | 2016-12-08 | |
| | | | | /Programs. | |||
* | New command-line switch: -W/--no-web. When used, the script will not | Lucas C. Villa Real | 2016-12-08 | |
| | | | | attempt to search the web for package/dependency name resolution. | |||
* | When flattening the RPM, fallback to 1-level /opt if it could not be | Lucas C. Villa Real | 2016-12-08 | |
| | | | | guessed. | |||
* | First commit. | Lucas C. Villa Real | 2016-12-05 | |