Re: [alfs-log] [ALFS Trac] #1713: Use sect1info tags to get tarball names and versions in LFS

2019-05-16 Thread ALFS Trac
#1713: Use sect1info tags to get tarball names and versions in LFS
-+---
 Reporter:  pierre   |   Owner:  pierre
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  3.0
Component:  jhalfs   | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by pierre):

 * owner:  alfs-log@… => pierre
 * status:  new => assigned


--
Ticket URL: 
ALFS Trac 
Automated Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


Re: [alfs-log] [ALFS Trac] #1713: Use sect1info tags to get tarball names and versions in LFS

2019-04-11 Thread ALFS Trac
#1713: Use sect1info tags to get tarball names and versions in LFS
-+-
 Reporter:  pierre   |   Owner:  pierre
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  3.0
Component:  jhalfs   | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by pierre):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Fixed at r4090

--
Ticket URL: 
ALFS Trac 
Automated Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


Re: [alfs-log] [ALFS Trac] #1713: Use sect1info tags to get tarball names and versions in LFS

2019-03-27 Thread ALFS Trac
#1713: Use sect1info tags to get tarball names and versions in LFS
-+---
 Reporter:  pierre   |   Owner:  pierre
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  3.0
Component:  jhalfs   | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by pierre):

 It is slightly more complicated... The url and package names are taken
 from the adequate pages (chapter 3 for LFS, chapter 4 for HLFS, chapter
 materials/${ARCH}-chapter for CLFS), and put in respective files urls.lst
 and pkg_tarball_list.

 On the other hand, scripts are generated with names taken from the
  processing instructions. Then, when creating the
 Makefile, the name of the tarball has to be guessed from the script name.
 This is because unpacking and changing to the build directory is done in
 the Makefile. Things could be much simpler if unpacking and changing to
 the build directory were done in the scriptlet itself. Then the sect1info
 tags could be used when generating the scriptlet, and no guess would be
 needed...

 But this entails some drastic change in Makefile generation. Note that
 those changes have to be done only in master.sh and lfs.xsl, since CLFS is
 not supposed to be touched by those changes, at least ATM.

--
Ticket URL: 
ALFS Trac 
Automated Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page