Lines 246-253
chroot_setup() {
Link Here
|
246 |
fi |
246 |
fi |
247 |
fi |
247 |
fi |
248 |
if [ -z "${NOPORTS}" ] && [ -z "${PORTS_UPDATE_SKIP}" ]; then |
248 |
if [ -z "${NOPORTS}" ] && [ -z "${PORTS_UPDATE_SKIP}" ]; then |
249 |
if [ -d "${CHROOTDIR}/usr/ports/.git" ]; then |
249 |
#if [ -d "${CHROOTDIR}/usr/ports/.git" ]; then |
250 |
git -C ${CHROOTDIR}/usr/ports pull -q |
250 |
# git -C ${CHROOTDIR}/usr/ports pull -q |
|
|
251 |
# XXX: Workaround for the overlap in the Git conversion timeframe. |
252 |
if [ -d "${CHROOTDIR}/usr/ports/.svn" ]; then |
253 |
${SVNCMD} update ${CHROOTDIR}/usr/ports |
251 |
else |
254 |
else |
252 |
#${VCSCMD} ${PORT} -b ${PORTBRANCH} ${CHROOTDIR}/usr/ports |
255 |
#${VCSCMD} ${PORT} -b ${PORTBRANCH} ${CHROOTDIR}/usr/ports |
253 |
# XXX: Workaround for the overlap in the Git |
256 |
# XXX: Workaround for the overlap in the Git |