Changeset 9b99ada for Config.in


Ignore:
Timestamp:
04/01/2022 08:26:17 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
924a237
Parents:
30a444a
Message:

Change variable names and logic for BLFS book

Only use BLFS_COMMIT instead of BLFS_BRANCH_ID, BLFS_TREE, BLFS_BOOK
Same for le LFS_BLFS variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r30a444a r9b99ada  
    217217
    218218        choice
    219         prompt    "BLFS Release"
    220         default    BLFS_GIT
    221 
    222             config    BLFS_GIT
    223             bool    "BLFS GIT"
    224             help
    225                 Current development version as in trunk
     219        prompt    "BLFS book version"
     220        default    BLFS_BRANCH
     221
     222            config    BLFS_BRANCH
     223            bool    "BLFS Branch (default trunk) or any commit"
     224            help
     225                Use a BLFS book downloaded from the git repository, and
     226                checked out at any commit (branch/tag/sha).
    226227
    227228            config    BLFS_WORKING_COPY
    228229            bool    "BLFS working copy"
    229230            help
    230                 A local working copy of the BLFS book.
    231 
    232             config    BLFS_BRANCH
    233             bool    "BLFS Branch or stable book"
    234             help
    235                 A supported GIT branch or stable (tag) book release
     231                Use a local working copy of the BLFS book.
    236232        endchoice
    237233
     
    243239            Full path to the BLFS book working copy
    244240
    245         config    BLFS_BRANCH_ID
    246         string    "BLFS Book Version (mandatory)"
    247         default    "**EDIT ME**"
     241        config    BLFS_COMMIT
     242        string    "BLFS Book commit (branch/tag/sha)"
     243        default   "trunk"
    248244        depends on BLFS_BRANCH
    249245        help
     
    289285
    290286        choice
    291         prompt    "LFS Release"
    292         default    LFS_relGIT
     287        prompt    "LFS book version"
     288        default    LFS_BRANCH
    293289        depends on    BOOK_BLFS
    294290
    295             config    LFS_relGIT
    296             bool     "LFS GIT"
    297             help
    298                 Current development version as in trunk
     291            config    LFS_BRANCH
     292            bool     "LFS branch (default trunk) or any commit"
     293            help
     294                Use an LFS book downloaded from the git repository and
     295                checked out at any commit (branch/tag/sha).
    299296
    300297            config    LFS_WORKING_COPY
    301298            bool     "LFS working copy"
    302299            help
    303                 A local working copy of the LFS book.
    304 
    305             config    LFS_BRANCH
    306             bool     "LFS Branch or stable book"
    307             help
    308                 A supported GIT branch or stable (tag) book release
     300                Use a local working copy of the LFS book.
    309301        endchoice
    310302
     
    316308            Full path to the LFS book working copy"
    317309
    318         config    BLFS_LFS_BRANCH_ID
    319         string    "LFS Book Version (mandatory)"
    320         default    "**EDIT ME**"
     310        config    BLFS_LFS_COMMIT
     311        string    "LFS Book Commit (mandatory)"
     312        default   "trunk"
    321313        depends on LFS_BRANCH
    322314        help
Note: See TracChangeset for help on using the changeset viewer.