summaryrefslogtreecommitdiffstats
path: root/perl-install/install/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix perl escaping causing commands to not get linkedPascal Terjan2018-01-041-1/+1
| | | | | Noticed in the build log: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/sub (\w+?)_?(\(\))? { <-- HERE .*/ at -e line 1.
* Don't automatically tag versions on 'make tar'Rémi Verschelde2017-05-051-0/+2
|
* preset keyboard if DEBUG_INSTALL_LANG is setThierry Vignaud2017-03-061-0/+1
| | | | useful when doing a debug build
* move this into list.xml along the restThierry Vignaud2016-05-041-1/+0
|
* fix build on ia32Thierry Vignaud2016-03-231-1/+1
|
* prevent usrmove files to remain in stage2Thierry Vignaud2016-03-221-2/+3
| | | | this makes sure that no *.usrmove~ file remains, thus saving space
* no need to include standalone translationsThierry Vignaud2015-12-251-0/+1
|
* automate version tags16.58Thierry Vignaud2015-02-121-0/+1
| | | | | | | | the right moment for automating those is when generating the tarball right after having bumped the version number not done for stage1 as images & mdk-stage1 fight for the same version space (or we would need to prefix them)
* fix cleaning POD blocks begining with =over or =podThierry Vignaud2014-06-041-1/+1
|
* copy new CSS filesThierry Vignaud2013-11-241-1/+1
|
* (dist) add as an alias on 'tar' ruleThierry Vignaud2013-10-101-0/+2
|
* Remove svn support from MakefilesColin Guthrie2013-09-041-21/+5
| | | | | | | | | | | | This should leave us with a working tarballs in all cases. The perl-install/Makefile has been adjusted to do the same as the previous svn rules (regarding copying Makefiles and running a perl tidyup routine) The perl-install/install/Makefile has been adjusted to svn export the rpm srate info from meta-task package subversion. This requires an active network connection, but should result in the same tarball as before until this is factored out
* fix missing command links (mga#8289)Thierry Vignaud2012-12-041-1/+1
| | | | | breakage introduced in commit r6341 by colin on 2012-10-22 ("Only emulate shell commands via perl if real versions do not exist already")
* Only emulate shell commands via perl if real versions do not exist alreadyColin Guthrie2012-10-221-1/+1
|
* Layout stage2 filesystem in a post usrmove-esque way (symlinked bin, lib etc)Colin Guthrie2012-10-211-3/+2
|
* minimal adapt to /usr moveThierry Vignaud2012-09-031-0/+1
|
* minimal adapt to /usr moveThierry Vignaud2012-07-241-1/+2
|
* (install_pms) clean more inline docsThierry Vignaud2012-05-241-1/+1
|
* (install_pms) fix it so that it works if manually run over drakx-net codeThierry Vignaud2012-05-241-1/+1
| | | | eg: when testing new drakx-net code
* (install_pms) sortThierry Vignaud2012-05-241-1/+1
|
* documentThierry Vignaud2012-05-231-0/+7
|
* add gdb-inst, a wrapper for running GDB in installer a simpler wayThierry Vignaud2012-03-081-2/+1
| | | | split share/runinstall2.sh out of Makefile & make it more usefull
* fix build when not in debug modeThierry Vignaud2012-03-081-1/+1
|
* (dont_run_directly_stage2) start udev since we fork a shell prior to running ↵Thierry Vignaud2012-03-081-1/+1
| | | | stage2
* (full_stage2) if in debug build, don't run directly stage2Thierry Vignaud2012-03-081-0/+1
|
* (git-dist) warn that tarball will be incompleteThierry Vignaud2012-01-251-0/+1
| | | | needs checkouting meta-task from packages SVN repo
* fix .svn pathThierry Vignaud2012-01-231-1/+1
|
* (tar,dist-git) add support for extracting sources from gitThierry Vignaud2012-01-231-1/+12
|
* (dist-svn) split it out of (tar)Thierry Vignaud2012-01-231-2/+5
|
* (get_needed_files) revert creating run (useless as it won't be in /,Thierry Vignaud2012-01-041-1/+0
| | | | stage2 is taking care of creating it anyway...)
* Port stage2 to use udev.Colin Guthrie2011-12-191-0/+1
| | | | | | | | In order to run dracut in the installer, it is necessary to have a working udev setup (specifically /dev/block/* nodes, but there may be other requirements). As dracut is needed by systemd when /usr is on a separate partition, we need udev in the installer in order to support systemd generally.
* update modules list needed for md raid456 and dm-raid 4/5/6 targetThomas Backlund2011-04-021-1/+1
|
* (tar) use auto compression flag for lzmaThierry Vignaud2009-10-011-1/+1
|
* (tar) fix compressing with new tarThierry Vignaud2009-09-251-1/+1
|
* compress through lzma instead of bzip2Thierry Vignaud2008-01-301-1/+1
|
* use -rBASE for svn export in order to please blino by making sure local ↵Thierry Vignaud2007-08-141-3/+3
| | | | changes do not got exported
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+101