Changeset 2284 in ProjectBuilder for devel/pbtest


Ignore:
Timestamp:
Sep 4, 2017, 1:21:15 PM (7 years ago)
Author:
Bruno Cornec
Message:

Now uses pbprojurl instead of pburl to be consistent with pbconfurl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pbtest/bin/pbtest

    r2252 r2284  
    146146  pbconfdir:
    147147    pb : \$ENV{'HOME'}/pb/pbconf
    148   pburl:
     148  pbprojurl:
    149149    pb : svn://svn.project-builder.org/pb
    150   pburl:
     150  pbprojurl:
    151151    mondorescue : svn://svn.mondorescue.org/mondorescue/branches
    152152  sshhost:
     
    236236sudopbtest "PBVCSOPT=\"$VCSOPT\" pb -p $PBPROJ -r 2.5 newproj afio"
    237237
    238 grep -vE '^defpkgdir|^projver|^projtag|^pburl|^pbrepo|^shh' $PBTEST/pb/afio/pbconf/2.5/afio.yml > /tmp/afio.yml
     238grep -vE '^defpkgdir|^projver|^projtag|^pbprojurl|^pbrepo|^shh' $PBTEST/pb/afio/pbconf/2.5/afio.yml > /tmp/afio.yml
    239239cat >> /tmp/afio.yml << EOF
    240240  defpkgdir:
     
    244244  projtag:
    245245    afio : 1
    246   pburl:
     246  pbprojurl:
    247247    afio : ftp://ftp.project-builder.org/src/afio-2.5.tar.gz
    248248  pbrepo:
     
    401401fi
    402402
    403 sudopbtest "pb -p $PBPROJ getconf pburl"
     403sudopbtest "pb -p $PBPROJ getconf pbprojurl"
    404404# test also with pb
    405 sudopbtest "pb -p pb -r devel getconf pburl"
     405sudopbtest "pb -p pb -r devel getconf pbprojurl"
    406406sudopbtest "pb -p pb -r devel sbx2pkg"
    407407sudopbtest "pb -p pb build2ssh"
Note: See TracChangeset for help on using the changeset viewer.