summaryrefslogtreecommitdiffstats
path: root/lib/MGA/DrakISO/BuildMedia.pm
Commit message (Expand)AuthorAgeFilesLines
* Use a better algorithm for selecting packages from rpmsrate.Martin Whitaker2022-10-221-12/+5
* Optimise BuildMedia::check_installer_media().Martin Whitaker2022-10-021-5/+8
* Simplify BuildMedia::create_index().Martin Whitaker2022-09-241-12/+10
* Support use of https in repository URLs.Martin Whitaker2020-12-101-1/+1
* drakclassic: show package dependencies at verbose level > 4.Martin Whitaker2019-02-161-0/+2
* Add feature to support both 32 and 64 bit packages in media on the ISOs.Martin Whitaker2018-12-171-2/+12
* drakclassic: get missing settings from repo product.id file.Martin Whitaker2018-12-161-0/+23
* drakclassic: s/classic installer/classical installer/Martin Whitaker2018-08-271-1/+1
* drakclassic: a few name changes to improve readability.Martin Whitaker2018-08-271-26/+26
* drakclassic: copy package index file into dist directory.Martin Whitaker2018-08-271-4/+6
* drakclassic: simplify package index file name.Martin Whitaker2018-08-271-3/+1
* drakclassic: filter out obsolete packages when calculating dependencies.Martin Whitaker2018-07-311-0/+17
* Fix some perl -cw and perl_checker warnings.Martin Whitaker2018-04-011-1/+0
* Reduce perl_checker noise.Martin Whitaker2018-01-141-8/+7
* Update copyright dates.Martin Whitaker2018-01-141-1/+1
* Simplify run_() helper function and minimise direct calls to system().Martin Whitaker2018-01-121-6/+10
* Miscellaneous code cleanup.Martin Whitaker2018-01-101-8/+8
* draklive: allow installer GUI to be used and run as normal user.Martin Whitaker2018-01-091-2/+2
* Improved documentation and error messages.Martin Whitaker2018-01-041-2/+8
* Code cleanup.Martin Whitaker2018-01-041-4/+4
* drakclassic: support packages existing in two media classes.Martin Whitaker2018-01-041-22/+35
* Fix typo in message.Martin Whitaker2018-01-031-2/+2
* drakclassic: rework to use perl-URPM directly instead of urpmi/urpmq.Martin Whitaker2018-01-031-208/+166
* drakclassic: support simple wildcards (? and *) in package lists.Martin Whitaker2018-01-031-2/+4
* drakclassic: Support arch specific packages in package lists.Martin Whitaker2018-01-031-0/+14
* Extra details in verbose messages.Martin Whitaker2018-01-031-1/+2
* drakclassic: ensure explicitly selected packages are not dropped.Martin Whitaker2017-12-291-5/+8
* Better handling of excluded packages.Martin Whitaker2017-12-241-5/+11
* Minor cleanup of code that gets build dirs.Martin Whitaker2017-12-241-3/+3
* Update FSF address in copyright notices.Martin Whitaker2017-12-231-2/+2
* Merge drakclassic media and files steps.Martin Whitaker2017-12-231-0/+679