Changes between Version 42 and Version 43 of FreeBSD11_Guide


Ignore:
Timestamp:
Apr 10, 2018, 7:27:59 PM (7 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD11_Guide

    v42 v43  
    251251
    252252Checkout latest version of lvrouted (i.e. beyond 13473):
    253 {{{
    254 build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /usr/local/share/lvrouted
    255 }}}
    256 run the release.sh script to produce the tar 'release' file (lvrouted-.......tar.gz):
    257 {{{
    258 build# cd /usr/local/share/lvrouted/
     253build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /tmp/lvrouted
     254
     255run the release.sh script to produce the tar 'release' file (file:lvrouted-.......tar.gz):
     256build# cd /tmp/lvrouted/
    259257build# tools/release.sh
    260 }}}
    261 
    262 Upload the lvrouted-13473.tar.gz to the webfolder.wirelessleiden.nl/lvrouted/ directory and
    263 
    264 - update PORTVERSION in $R/ports/net/lvrouted/Makefile
    265 - run {{{# make makesum -C $R/ports/net/lvrouted}}} to update hash values
    266 - commit  $R/ports/net/lvrouted
     258
     259Upload the file:lvrouted-13473.tar.gz to the [[//webfolder.wirelessleiden.nl/lvrouted/] directory.
     260
     261Update PORTVERSION to match current release:
     262build# vim  $R/ports/net/lvrouted/Makefile
     263
     264Update the hash values:
     265build# make makesum -C $R/ports/net/lvrouted
     266
     267commit changes:
     268build# svn ci $R/ports/net/lvrouted
    267269
    268270=== F.3 Existing image on node, remote update (slice 2) (network connection to machine 172.x.y.z required) ===