summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-01 14:38:55 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 14:51:30 -0300
commitf2dd0a5588a48e63439e1b4c7f31d66e90797770 (patch)
treebf58359c34e17568c0ecd1f562bccfa91bf240dc
parenta10a0e7043b0d14df99a31ca54a9709406391b43 (diff)
downloadpfsense-f2dd0a5588a48e63439e1b4c7f31d66e90797770.zip
pfsense-f2dd0a5588a48e63439e1b4c7f31d66e90797770.tar.gz
Remove outdated XXX message
-rw-r--r--tools/builder_common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index c54917f..bd3e7a2 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -2012,7 +2012,6 @@ EOF
fi
echo -n ">>> Creating jail ${jail_name}, it may take some time... " | tee -a ${LOGFILE}
- # XXX: Change -m to git when it's available in poudriere
if ! script -aq ${LOGFILE} poudriere jail -c -j "${jail_name}" -v ${FREEBSD_BRANCH} \
-a ${jail_arch} -m git -U ${FREEBSD_REPO_BASE_POUDRIERE} ${native_xtools} >/dev/null 2>&1; then
echo "" | tee -a ${LOGFILE}
OpenPOWER on IntegriCloud