Changeset 1e686d1


Ignore:
Timestamp:
04/27/2021 08:45:19 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
fbbe081
Parents:
38dd3c3
Message:

Moving to git:

Change names and help in Config.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r38dd3c3 r1e686d1  
    7979    choice
    8080        prompt   "Release"
    81         default   relSVN    if BOOK_LFS || BOOK_LFS_SYSD || BOOK_BLFS
    82         default   relGIT    if BOOK_CLFS || BOOK_CLFS2 || BOOK_CLFS3
    83 
    84         config    relSVN
    85             bool    "SVN"
    86             depends on BOOK_LFS || BOOK_BLFS || BOOK_LFS_SYSD
    87             help
    88                 Current development version as in trunk
     81        default   relGIT
    8982
    9083        config    relGIT
    9184            bool    "GIT"
    92             depends on BOOK_CLFS || BOOK_CLFS2 || BOOK_CLFS3
    93             help
    94                 Current development git master branch
     85            help
     86                Current development git trunk branch
    9587
    9688        config    WORKING_COPY
     
    10294            bool    "Branch or stable book" if !BOOK_CLFS2 && !BOOK_CLFS3
    10395            help
    104                 A supported SVN/GIT branch or stable released book
     96                A supported GIT branch or tag
    10597    endchoice
    10698
     
    507499                while Xorg is not installed.
    508500
    509             config    DEP_SVN
    510             bool    "SVN client (optional, see help)"
     501            config    DEP_GIT
     502            bool    "GIT client (optional, see help)"
    511503            default    n
    512504            help
    513                 Subversion is needed for updating the book
     505                Git is needed for updating the book
    514506                sources. You do not need it if building a
    515507                stable book.
     
    519511        choice
    520512        prompt    "BLFS Release"
    521         default    BLFS_SVN
    522 
    523             config    BLFS_SVN
    524             bool    "BLFS SVN"
     513        default    BLFS_GIT
     514
     515            config    BLFS_GIT
     516            bool    "BLFS GIT"
    525517            help
    526518                Current development version as in trunk
     
    534526            bool    "BLFS Branch or stable book"
    535527            help
    536                 A supported SVN branch or stable book release
     528                A supported GIT branch or stable (tag) book release
    537529        endchoice
    538530
     
    592584        choice
    593585        prompt    "LFS Release"
    594         default    LFS_relSVN
     586        default    LFS_relGIT
    595587        depends on    BOOK_BLFS
    596588
    597             config    LFS_relSVN
    598             bool     "LFS SVN"
     589            config    LFS_relGIT
     590            bool     "LFS GIT"
    599591            help
    600592                Current development version as in trunk
     
    608600            bool     "LFS Branch or stable book"
    609601            help
    610                 A supported SVN branch or stable book release
     602                A supported GIT branch or stable (tag) book release
    611603        endchoice
    612604
Note: See TracChangeset for help on using the changeset viewer.