Pierre Labastie
c1f02f262e
LFS: remove alternate server code
...
It's been broken for years, and nobody has complained, so I'd say
it is not useful. If a user wants to use a mirror instead of upstream,
better use a wget-list directly on this server...
2023-11-21 10:19:20 +01:00
Pierre Labastie
ff30640702
Fix an error when not downloading packages
...
When not downloading packages, the function "get_sources" returns
early because it begins with:
[ "$GETPKG" = y ] || return
The problem is that in this case it returns with an exit code
inherited from the last executed instruction, which is the
test (and therefore "false"). The solution is to change to
return 0.
2022-06-14 18:55:36 +02:00
Pierre Labastie
28ef51b817
Fix spurious quotes in download code
...
$WGETPARM contains several switches separated by blank spaces.
If quoted in the wget command, it appears as an url with
spaces, not as switches.
2022-05-07 11:56:28 +02:00
Pierre Labastie
dc53def3ee
Only use upstream URL when downloading packages
...
Also fix typos and shell programming. Use "cat file | while read"
instead of a complicated construct for reading only lines and then
breaking lines into their fields... Fix a TODO item
2022-05-07 11:25:43 +02:00
Pierre Labastie
8c2b505caf
Fix small bugs in func_download_pkgs
...
- If MISSING_FILES.DMP is left from a preceding attempt, it may
generate a false warning a bout missing files even if they could
all be downloaded.
- do not try to copy a modified file to SRC_ARCHIVE if it already
exists: it may belong to another user...
2022-04-01 10:18:15 +02:00
Pierre Labastie
8825e69592
Get completely rid of PROGNAME
...
There is only one PROGNAME: lfs, so no need for a variable.
2022-03-30 17:45:35 +02:00
Pierre Labastie
0fa52f2403
Remove legacy: Remove almost all occurrences of CLFS/clfs
2022-03-01 21:09:30 +01:00
Pierre Labastie
978286a4b9
Remove legacy: remove everything about HLFS
2022-02-28 13:30:53 +01:00
Pierre Labastie
fd4a7982f2
Remove $Id$ comments, they are useless with git
2021-10-31 10:22:30 +01:00
Pierre Labastie
2718053f55
Custom tools: prevent a warning if no md5sum for patches
2021-10-14 08:53:29 +02:00
Pierre Labastie
085435e66f
Remove the obsolete vim-lang instructions and variable, and add non-wide-
...
charater ncurses library
2019-09-05 17:22:04 +00:00
Pierre Labastie
a4acb1236b
Quote bash variables in arguments to --stringparam for xsltproc
2017-06-29 14:10:30 +00:00
Pierre Labastie
c9598f2108
Adaptation for merged LFS books. A few typos with no consequence are corrected too.
2016-05-28 10:00:30 +00:00
Pierre Labastie
bb4b5c3c00
Permission problem again
2013-11-08 22:10:11 +00:00
Pierre Labastie
e576789367
Merge ablfs branch. Normally, jhalfs should not perform differently
...
for building LFS
2013-10-29 15:42:03 +00:00
Pierre Labastie
de84c00168
download and builds the test programs, even if tests are disabled
2013-09-19 15:44:49 +00:00
Pierre Labastie
809a821b19
Fix missing BOOK/materials and add libee to
...
MAKEFLAGS blacklist
2013-09-14 21:23:16 +00:00
Pierre Labastie
0700131382
Add the lfs-netscripts case for md5sum test
2013-05-18 20:46:10 +00:00
Matthew Burgess
3158dfaccd
Remove GETKERNEL parameter. The kernel has been required for its headers since LFS-6.3.
2012-02-10 22:35:59 +00:00
Matthew Burgess
93fd2d011e
Fix ICA build and a couple of other miscellaneous issues. Patch courtesy of Pierre Labastie.
2012-02-07 22:30:26 +00:00
Thomas Pegg
7072e1faf4
Commit Pierre Labastie's patch for including package management support in jhalfs. NOTE: Package management is by default disabled.
2012-02-01 23:29:37 +00:00
Thomas Pegg
9d55d85112
Enhance messages produced by jhalfs when files do not exist in either /sources or SRC_ARCHIVE, also in cases when SRC_ARCHIVE is not set. Thanks to Tim Sarbin for the patch.
2010-03-12 03:46:12 +00:00
Thomas Pegg
de63126155
Add configuration options for retry on connection refused, number of times to attemp to download a file, and timeout for wget invocation. Thanks to Tim Sarbin for the patch, slightly modified by me to accomodate a second set of wget calls.
2010-03-12 03:32:25 +00:00
Thomas Pegg
134572c8e7
Use continue instead of return, continue allows the loop to continue from the beginning instead of jumping completely out of the function.
2008-10-06 16:27:36 +00:00
George Boudreau
5210ae1ec1
Problem: udev-config and bootscripts have their md5sum generated when the book is created. Ignore md5sum for these 2 packages
2008-08-26 14:16:37 +00:00
Manuel Canales Esparcia
139c34e855
HLFS: Select the proper kernel package for packages list and download.
2007-06-03 10:54:07 +00:00
Manuel Canales Esparcia
a9ca77ff02
Fixed FTP mirror path for CLFSx books.
2007-02-13 19:21:34 +00:00
Manuel Canales Esparcia
fe30c61a75
Splitted common-functions.
2006-11-11 19:06:46 +00:00