| 98 | | === A.4. update lvrouted port if necessary === |
| 99 | | |
| 100 | | Warning: Skip the following steps unless you want to update the current lvrouted version (12878) and know what you are doing: |
| 101 | | |
| 102 | | Checkout latest version of lvrouted (i.e. beyond 12878): |
| 103 | | {{{ |
| 104 | | build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /usr/local/share/lvrouted |
| 105 | | }}} |
| 106 | | run the release.sh script to produce the tar 'release' file (lvrouted-.......tar.gz): |
| 107 | | {{{ |
| 108 | | build# cd /usr/local/share/lvrouted/ |
| 109 | | build# tools/release.sh |
| 110 | | }}} |
| 111 | | |
| 112 | | Upload the lvrouted-12878.tar.gz to the webfolder.wirelessleiden.nl/lvrouted/ directory and |
| 113 | | |
| 114 | | - update PORTVERSION in $R/ports/net/lvrouted/Makefile |
| 115 | | - run 'sha256 lvrouted-......tar.gz' to determin the sha (secure hash) value |
| 116 | | - modify the SHA256 en filesize in $R/ports/net/lvrouted/distinfo. |
| 117 | | - commit $R/ports/net/lvrouted |
| 118 | | |
| 119 | | === A.5. OPTIONAL, every developer has his own preferences, e.g. === |
| | 98 | === A.4. OPTIONAL, every developer has his own preferences, e.g. === |
| | 288 | |
| | 289 | === Notes === |
| | 290 | |
| | 291 | === update lvrouted port (ONLY) if necessary === |
| | 292 | |
| | 293 | Warning: Skip the following steps unless you want to update the current lvrouted version (12878) and know what you are doing: |
| | 294 | |
| | 295 | Checkout latest version of lvrouted (i.e. beyond 12878): |
| | 296 | {{{ |
| | 297 | build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /usr/local/share/lvrouted |
| | 298 | }}} |
| | 299 | run the release.sh script to produce the tar 'release' file (lvrouted-.......tar.gz): |
| | 300 | {{{ |
| | 301 | build# cd /usr/local/share/lvrouted/ |
| | 302 | build# tools/release.sh |
| | 303 | }}} |
| | 304 | |
| | 305 | Upload the lvrouted-12878.tar.gz to the webfolder.wirelessleiden.nl/lvrouted/ directory and |
| | 306 | |
| | 307 | - update PORTVERSION in $R/ports/net/lvrouted/Makefile |
| | 308 | - run 'sha256 lvrouted-......tar.gz' to determin the sha (secure hash) value |
| | 309 | - modify the SHA256 en filesize in $R/ports/net/lvrouted/distinfo. |
| | 310 | - commit $R/ports/net/lvrouted |