Commit graph

114 commits

Author SHA1 Message Date
George Boudreau
3dc772921f text change only 2006-07-17 18:42:40 +00:00
Manuel Canales Esparcia
a6655ffd7d Avoiding hardcoded supported books versions. 2006-07-16 10:06:03 +00:00
George Boudreau
7eb9402d4d The never ending story of cleaning up CLFS scripts.. 2006-07-04 02:02:48 +00:00
George Boudreau
e5f5970062 more corrections to CLFS scripts. 2006-07-03 23:49:13 +00:00
George Boudreau
ac1d897a7a Small correction to CLFS master.sh, bring it in line with the book.
Added to README.
2006-07-03 17:42:30 +00:00
George Boudreau
1ff67686df Reworked book extraction code.. will handle future changes 2006-06-23 22:25:53 +00:00
Manuel Canales Esparcia
dd29d02eb8 Removed obsolete code for packages file creation.
Improved the speed creation of pkg_tarball_list.
Moved the new functions to a more proper location.
2006-06-23 18:06:31 +00:00
Manuel Canales Esparcia
3d1b5421d3 Removed duplicated VERSION declarations. 2006-06-23 17:35:28 +00:00
George Boudreau
a7db907816 CLFS changed definition of VERSION.. added fix 2006-06-22 15:05:49 +00:00
George Boudreau
a160d86d6d Extensive code changes. A different method for finding the tarball name. 2006-06-20 21:14:44 +00:00
Manuel Canales Esparcia
4a444f1021 Look fix. 2006-06-09 23:20:31 +00:00
Manuel Canales Esparcia
e2ef1000ec Added " Target $@ OK" lines to the Makefile output.
Made more accurate the time meassured by progress_bar.sh.
2006-06-09 23:05:39 +00:00
George Boudreau
15787a3d0c small adjustment to delete before unpack routine, better handling of non-standard names 2006-06-09 02:31:22 +00:00
Manuel Canales Esparcia
a229600026 Dumped tetsuite logs into a separate dir.
Fixed few bugs.
2006-06-04 17:56:01 +00:00
Manuel Canales Esparcia
46758a21be Using fuser instead of pidof to watch that make is alive. 2006-06-01 21:54:18 +00:00
George Boudreau
1a1f099289 jhalfs directory usage has been replaced by 2006-06-01 20:49:41 +00:00
Manuel Canales Esparcia
3b3251a955 Fixed a bug in wrt_remove_existing_dirs when both bz2 and gz version of the same package are found in sources dir. 2006-06-01 19:52:44 +00:00
Manuel Canales Esparcia
82eb8c1420 Creating "unpacked" inside souces dir instead /tmp and referencing it via envar. 2006-06-01 18:42:08 +00:00
George Boudreau
5842156609 Added function(s) wrt_delete_existings_dirs. Requested by Gerald B 2006-06-01 02:34:38 +00:00
Manuel Canales Esparcia
a858a7823c POC for progress bar. 2006-05-31 20:43:41 +00:00
Jeremy Huntwork
b7faa5a022 Reverting r2729 until a better solution is found 2006-05-27 22:51:06 +00:00
Jeremy Huntwork
ab7bac5dc2 Added instructions to always remove source and -build directories before running specific package commands 2006-05-27 21:22:42 +00:00
Manuel Canales Esparcia
294c937163 Allow to download the kernel package and patches even if no config file is supplied. 2006-05-27 18:40:01 +00:00
Manuel Canales Esparcia
1ec8fce879 Removed BLFS code from master.sh and common/*. 2006-05-18 18:40:22 +00:00
Manuel Canales Esparcia
0c3f2f9c69 Skip download of linux kernel and patches if it will not be built. 2006-05-15 18:57:10 +00:00
Manuel Canales Esparcia
0596057894 Now LFS, CLFS, and HLFS have a packages.ent file. 2006-05-15 18:03:09 +00:00
Manuel Canales Esparcia
8a43b5b6cf Simplified download code.
Now the MD5 sum values are set in the books.
2006-05-13 11:26:19 +00:00
Manuel Canales Esparcia
1b65a847a5 Merged optimize code from experimental branch. 2006-05-11 20:21:14 +00:00
Manuel Canales Esparcia
0910f55b91 Fixed a bug when the file in the FTP mirror don't match the MD5SUM defined in the book. 2006-05-09 20:20:25 +00:00
Manuel Canales Esparcia
26053c44b2 Added support for MD5 values sets into the book sources. 2006-05-06 20:03:02 +00:00
George Boudreau
b240ee6f1b more README work and corrected a spelling error 2006-05-04 22:23:22 +00:00
Manuel Canales Esparcia
0755d1ab73 Another help output touch-up. 2006-05-04 19:04:01 +00:00
Jeremy Huntwork
4dd25a197a excessive use of 'to' ;) 2006-05-04 18:54:12 +00:00
Manuel Canales Esparcia
e53b577d59 Fixed --testsuites help output. 2006-05-04 18:53:23 +00:00
Manuel Canales Esparcia
efc0d1e544 Added a note on the help output about editing configuration files. 2006-05-04 18:46:28 +00:00
Jeremy Huntwork
6dcfd53aa4 Removed typo 2006-05-04 18:45:06 +00:00
Jeremy Huntwork
e2fa2bd96a Re-worded some help descriptions 2006-05-04 18:43:55 +00:00
Manuel Canales Esparcia
4edf3b7ded Changed a hack by proper code. 2006-05-04 18:26:42 +00:00
Manuel Canales Esparcia
c7dbe781ec Removed old download POC code. 2006-05-03 19:17:30 +00:00
George Boudreau
261eea6790 clean up some cosmetic errors 2006-05-03 09:34:13 +00:00
Jeremy Huntwork
296ae694fa Changed order of download loacations; prefer $SERVER to upstream 2006-05-03 03:30:52 +00:00
George Boudreau
511923a97f additions to the README file 2006-05-03 01:42:16 +00:00
George Boudreau
93135fd151 Rewrote the package download function get_sources 2006-05-03 00:25:38 +00:00
Manuel Canales Esparcia
47e524fdad I what to see the lines also if using a white background ;-) 2006-05-02 21:46:27 +00:00
George Boudreau
9c43643abe corrected my typo in trace 2006-05-02 13:25:18 +00:00
George Boudreau
585794e115 corrected traces in download function, was showing false failures 2006-05-02 12:16:37 +00:00
Manuel Canales Esparcia
19528f8976 Fixed a few bugs (I think) 2006-05-01 21:20:29 +00:00
Manuel Canales Esparcia
6ca2943ee9 Updates to the new download code. 2006-05-01 10:26:47 +00:00
Manuel Canales Esparcia
15cad1689c New download code. 2006-04-30 19:42:10 +00:00
Manuel Canales Esparcia
0f3eb9fce1 Removed remainig references to alphabetical and udev_update branches. 2006-04-30 12:39:47 +00:00
Manuel Canales Esparcia
0ad851ddcf Mixed fix. 2006-04-29 15:08:13 +00:00
Manuel Canales Esparcia
45f8271829 Merged ICA/farce support from experimental branch. 2006-04-29 14:44:29 +00:00
Manuel Canales Esparcia
c7c5a53734 Some textual fix. 2006-04-29 14:08:43 +00:00
Manuel Canales Esparcia
15537d521d Removed unneeded true commands. 2006-04-28 16:53:14 +00:00
Manuel Canales Esparcia
a9429d5ef1 Added jhalfs configuration settings to the sbu_du report header. 2006-04-27 20:15:07 +00:00
Manuel Canales Esparcia
453bef0e39 Create SBU and disk usage report by default. 2006-04-26 19:59:19 +00:00
Manuel Canales Esparcia
3a321ea6ef Changed how build time and disk usage is dumped to the logs. 2006-04-24 16:36:08 +00:00
Manuel Canales Esparcia
0bdf6edc91 Changing how build time and disk usage is dumped to the logs. Fisrt set.
Removed an obsolete function.
Placed together wrt_run_as_* functions.
2006-04-23 10:43:05 +00:00
Manuel Canales Esparcia
a16724634c Fixed a bug in run_make function. 2006-04-17 11:15:24 +00:00
Manuel Canales Esparcia
bfc07d6259 Fix a a bug in commands directory creation. 2006-04-14 10:56:04 +00:00
George Boudreau
b0dd4bd0f4 Adjusted files to reflect the removal of sparcv8 identifier from the CLFS book 2006-04-13 18:24:34 +00:00
Manuel Canales Esparcia
73e54484d1 The tool in trunk is called "jhalfs" 2006-04-09 10:38:40 +00:00
Manuel Canales Esparcia
73e1720570 Removed support for the now obsolete alphabetical branch. 2006-04-07 17:23:31 +00:00
Manuel Canales Esparcia
877cc6a7c9 Merged experimental branch to trunk.
Updated TODO.
2006-04-06 19:35:22 +00:00