Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | jail -s now start the jail with network |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f719091f8d8cea9692af0f51060b1125 |
User & Date: | bapt 2013-06-24 19:56:38 |
Context
2013-06-25
| ||
20:53 | If host is recent current and building stable/9 or stable/8 then use fmake to build check-in: c7c8cee859 user: bapt tags: trunk | |
2013-06-24
| ||
19:56 | jail -s now start the jail with network check-in: f719091f8d user: bapt tags: trunk | |
2013-06-23
| ||
12:02 | Fix SVN URL recording for SVN 1.8 compatibility check-in: 0dcba7253b user: bdrewery tags: trunk | |
Changes
Changes to src/share/poudriere/jail.sh.
588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 |
000100) export SET_STATUS_ON_START=0 test -z ${JAILNAME} && usage porttree_exists ${PTNAME} || err 2 "No such ports tree ${PTNAME}" export MASTERNAME=${JAILNAME}-${PTNAME}${SETNAME:+-${SETNAME}} export MASTERMNT=${POUDRIERE_DATA}/build/${MASTERNAME}/ref jail_start ${JAILNAME} ${PTNAME} ${SETNAME} ;; 000010) test -z ${JAILNAME} && usage delete_jail ;; 000001) test -z ${JAILNAME} && usage update_jail ;; *) usage ;; esac |
> > > |
588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 |
000100) export SET_STATUS_ON_START=0 test -z ${JAILNAME} && usage porttree_exists ${PTNAME} || err 2 "No such ports tree ${PTNAME}" export MASTERNAME=${JAILNAME}-${PTNAME}${SETNAME:+-${SETNAME}} export MASTERMNT=${POUDRIERE_DATA}/build/${MASTERNAME}/ref jail_start ${JAILNAME} ${PTNAME} ${SETNAME} jstop # Restart with network jstart 1 ;; 000010) test -z ${JAILNAME} && usage delete_jail ;; 000001) test -z ${JAILNAME} && usage update_jail ;; *) usage ;; esac |