summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* oops fixed bad editJosé Jorge2013-06-121-1/+1
|
* (check) rename it as 'check_full'Thierry Vignaud2012-09-201-1/+1
|
* (localcopy) merge it in 'dist-svn'Thierry Vignaud2012-09-201-3/+1
|
* (clean) more some cleaning 'localcopy'Thierry Vignaud2012-09-201-1/+1
|
* move clean from localcopy to tar (for consistency between dist-svn & dist-gitThierry Vignaud2012-09-201-2/+2
|
* move 'dist' rule together with 'tar'Thierry Vignaud2012-09-201-2/+2
|
* (localdist) rename it as 'dist' for consistency with other projectsThierry Vignaud2012-09-201-1/+1
|
* (dist-git) add a warning about tarballs from SVN vs from GIT (mga#4783)Thierry Vignaud2012-03-041-0/+1
|
* (tar) be silentThierry Vignaud2012-03-041-1/+1
|
* (dist-git) introduce & use itThierry Vignaud2012-01-251-1/+13
|
* (dist-svn) split it out of (tar)Thierry Vignaud2012-01-251-1/+4
|
* 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
|
* (check) add a basic testsuite (ensuring it compiles) in order toThierry Vignaud2009-04-211-0/+5
| | | | | | | prevent future crashes like #50009 rationale: make sure every perl module and tool pass perl_checker
* (tar) compress with lzma instead of bzip2Thierry Vignaud2008-01-251-1/+1
|
* use -rBASE for svn export in order to please blino by making sure local ↵Thierry Vignaud2007-08-141-1/+1
| | | | changes do not got exported
* re-sync after the big svn lossPascal Rigaux2007-04-251-173/+28
|
* keep install_messages.pm for finish-installThierry Vignaud2005-12-151-1/+1
|
* remove old outdated cleanup rule (it's no more needed for years)Thierry Vignaud2005-11-291-2/+0
|
* *** empty log message ***Pascal Rigaux2005-10-201-1/+1
|
* *** empty log message ***Pascal Rigaux2005-08-081-1/+1
|
* (get_needed_files) fix build on x86_64Thierry Vignaud2005-08-031-1/+1
|
* commit here the command line I usePascal Rigaux2005-06-211-0/+3
|
* helper rulePascal Rigaux2005-06-021-0/+6
|
* use command mount instead of using directly the syscall (allows some cleanup)Pascal Rigaux2005-06-011-0/+1
|
* - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernelsPascal Rigaux2005-05-231-1/+1
| | | | | | - remove old compatability code - add some doc in update_kernel
* keep binaries in their "standard" binary dir instead of moving everything to ↵Pascal Rigaux2005-05-201-6/+4
| | | | | | | /usr/bin (it used to be in /usr/bin when the stage1 was not exited)
* revert wrongly committed temporary changePascal Rigaux2005-05-191-1/+1
|
* - insmod_ is now a symlink to insmod-25Pascal Rigaux2005-05-191-1/+0
| | | | | - handle explictly insmod, modinfo and rmmod
* create install-xml-file-list and use it to replace share/list and ↵Pascal Rigaux2005-05-101-97/+14
| | | | share/list.ARCH with share/list.xml
* remove obsolete change (C_RPM and C_DRAKX are not used in c/stuff anymore)Pascal Rigaux2005-04-261-1/+0
|
* start simplifying "make stage2"Pascal Rigaux2005-04-261-5/+5
|
* use simplify-drakx-modulesPascal Rigaux2005-04-211-3/+3
|
* the keyboard check is always failing, can't make pablo have it right, so not ↵Pascal Rigaux2005-04-051-0/+2
| | | | | | | checking it by default (that way we can have the "make check" in gi call "make check" in gi/perl-install)
* check the presence of non ascii characters in perl files (allow utf8 chars ↵Pascal Rigaux2005-04-051-1/+4
| | | | if there is 'use utf8')
* Added font for gurmukhi script (used by pa_IN translation);Pablo Saratxaga2005-04-011-2/+1
| | | | | enabled pa_IN, and define the font for KDE
* removed pa_IN.po and ta.po from install due to font problemsPablo Saratxaga2005-03-291-2/+5
|
* package rpmsrateThierry Vignaud2005-03-231-1/+1
|
* ga translation level has been leveraged upThierry Vignaud2005-03-091-1/+1
|
* updated list of too low languagesPablo Saratxaga2005-03-091-1/+1
|
* Vera is now in xorgPascal Rigaux2005-03-081-1/+1
|
* fix build after pixel's passThierry Vignaud2005-03-011-2/+2
|
* probe.c is located in c/Olivier Blin2005-02-171-1/+1
|
* - move convert script from spec file into standalone/convertThierry Vignaud2005-01-261-1/+1
| | | | | - btw, do not try converting if uneeded
* use /etc/init instead of /sbin/init to allow umounting clp in initPascal Rigaux2005-01-121-1/+1
|
* dont_run_directly_stage2 and trace_stage2 needs the live, not the clpPascal Rigaux2005-01-101-0/+2
|
* - add vera fonts (normal and bold)Pascal Rigaux2005-01-101-0/+4
| | | | | | - generate fonts.dir and fonts.cache-1 - take cursor.pcf.gz from system
* move drakx VERSION file in install/stage2 (used by bugzilla)Pascal Rigaux2004-12-101-1/+1
|
* use the cute "perldoc -l" instead of perl -V:vendorlib which doesn't work ↵Pascal Rigaux2004-12-031-2/+2
| | | | when the module hasn't been rebuilt