Changeset 639e34d for scripts


Ignore:
Timestamp:
Aug 1, 2009, 6:16:23 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e47a554
Parents:
7d0fe7c
Message:

Changed Patches URL's

Location:
scripts/patch
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • scripts/patch/bash-patch.sh

    r7d0fe7c r639e34d  
    3535#
    3636cd ~/tmp
    37 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing
     37wget http://patches.cross-lfs.org/dev/ --no-remove-listing
    3838PATCH_NUM=$(cat index.html | grep bash | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
    3939PATCH_NUM=$(expr ${PATCH_NUM} + 1)
  • scripts/patch/binutils-patch.sh

    r7d0fe7c r639e34d  
    3131#
    3232cd ~/tmp
    33 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing
     33wget http://patches.cross-lfs.org/dev/ --no-remove-listing
    3434PATCH_NUM=$(cat index.html | grep binutils | grep "${SOURCEVERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
    3535PATCH_NUM=$(expr ${PATCH_NUM} + 1)
  • scripts/patch/gcc-patch.sh

    r7d0fe7c r639e34d  
    2929#
    3030cd ~/tmp
    31 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing > /dev/null 2>&1
     31wget http://patches.cross-lfs.org/dev/ --no-remove-listing
    3232PATCH_NUM=$(cat index.html | grep gcc | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
    3333PATCH_NUM=$(expr ${PATCH_NUM} + 1)
  • scripts/patch/ncurses-patch.sh

    r7d0fe7c r639e34d  
    3434#
    3535cd ~/tmp
    36 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing
     36wget http://patches.cross-lfs.org/dev/ --no-remove-listing
    3737PATCH_NUM=$(cat index.html | grep ncurses | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
    3838PATCH_NUM=$(expr ${PATCH_NUM} + 1)
  • scripts/patch/perl-patch.sh

    r7d0fe7c r639e34d  
    2424#
    2525cd /usr/src
    26 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing
     26wget http://patches.cross-lfs.org/dev/ --no-remove-listing
    2727PATCH_NUM=$(cat index.html | grep perl | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
    2828PATCH_NUM=$(expr ${PATCH_NUM} + 1)
  • scripts/patch/readline-patch.sh

    r7d0fe7c r639e34d  
    3535#
    3636cd ~/tmp
    37 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing
     37wget http://patches.cross-lfs.org/dev/ --no-remove-listing
    3838PATCH_NUM=$(cat index.html | grep readline | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
    3939PATCH_NUM=$(expr ${PATCH_NUM} + 1)
  • scripts/patch/vim-patch.sh

    r7d0fe7c r639e34d  
    3434#
    3535cd ~/tmp
    36 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing
     36wget http://patches.cross-lfs.org/dev/ --no-remove-listing
    3737PATCH_NUM=$(cat index.html | grep vim | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
    3838PATCH_NUM=$(expr ${PATCH_NUM} + 1)
Note: See TracChangeset for help on using the changeset viewer.