275 | | |
276 | | == Updating the DETER meta packages == |
277 | | |
278 | | The dependencies are installed via a special meta package. This is already installed on the stock images, so if you get a conflict let us know. |
279 | | |
280 | | |
281 | | {{{ |
282 | | cd testbed/install/ports |
283 | | sudo make install |
284 | | cd /usr/ports/misc/instant-deter |
285 | | sudo make deinstall |
286 | | sudo make reinstall |
287 | | }}} |
288 | | |
289 | | == Updating the codebase == |
290 | | |
291 | | In order to update the codebase, running the install script is not necessary. |
292 | | |
293 | | {{{ |
294 | | cd ~/testbed |
295 | | git pull |
296 | | cd ~/obj |
297 | | ../testbed/configure --with-TBDEFS=../testbed/defs-<your defs> |
298 | | gmake |
299 | | gmake [boss|users]-install |
300 | | }}} |