Activity log for bug #1076409

Date Who What changed Old value New value Message
2012-11-08 14:55:36 Robie Basak bug added bug
2012-11-08 14:55:49 Robie Basak tags tech-debt velocity
2012-11-08 14:56:53 Robie Basak description From a checkout of maas trunk, if I run: sudo http_proxy=http://<proxy>:3128/ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ubuntu/maas/bin:/home/ubuntu/maas/scripts MAAS_PROVISIONING_SETTINGS=/home/ubuntu/maas/etc/pserv.yaml scripts/maas-import-pxe- then I get the error: /home/ubuntu/maas/scripts/maas-import-squashfs: line 47: RELEASES: unbound variable This happens because maas-import-squashfs sets "set -o nounset" but then uses a '[ -z "$RELEASES" ]' test on line 47. Workaround (and possibly a proper fix) is to change the test on line 47 to '[ -z "${RELEASES:-}" ]'. Though this then led me to bug 1074167. From a checkout of maas trunk, if I run: sudo http_proxy=http://<proxy>:3128/ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/ubuntu/maas/bin:/home/ubuntu/maas/scripts MAAS_PROVISIONING_SETTINGS=/home/ubuntu/maas/etc/pserv.yaml scripts/maas-import-pxe-files then I get the error: /home/ubuntu/maas/scripts/maas-import-squashfs: line 47: RELEASES: unbound variable This happens because maas-import-squashfs sets "set -o nounset" but then uses a '[ -z "$RELEASES" ]' test on line 47. Workaround (and possibly a proper fix) is to change the test on line 47 to '[ -z "${RELEASES:-}" ]'. Though this then led me to bug 1074167.
2012-11-08 15:04:38 Robie Basak attachment added setup.sh https://bugs.launchpad.net/maas/+bug/1076409/+attachment/3427717/+files/setup.sh
2012-11-11 22:28:51 Julian Edwards maas: status New Triaged
2012-11-11 22:28:52 Julian Edwards maas: importance Undecided Critical
2012-11-12 16:37:19 Gavin Panella branch linked lp:~allenap/maas/remove-squashfs
2012-11-12 17:11:42 Gavin Panella maas: status Triaged In Progress
2012-11-12 17:11:45 Gavin Panella maas: assignee Gavin Panella (allenap)
2012-11-13 12:10:45 Gavin Panella branch linked lp:~allenap/maas/packaging.remove-squashfs
2012-11-13 17:24:07 Andres Rodriguez maas: status In Progress Fix Committed
2012-11-15 12:07:02 Gavin Panella branch linked lp:~allenap/maas/1.2-remove-squashfs
2012-11-15 12:22:58 Gavin Panella branch linked lp:~allenap/maas/packaging.quantal.remove-squashfs
2012-11-15 14:54:12 Gavin Panella nominated for series maas/1.2
2012-11-15 14:54:12 Gavin Panella bug task added maas/1.2
2012-11-15 14:54:12 Gavin Panella nominated for series maas/trunk
2012-11-15 14:54:12 Gavin Panella bug task added maas/trunk
2012-11-15 14:54:18 Gavin Panella maas/1.2: status New In Progress
2012-11-15 14:54:21 Gavin Panella maas/1.2: importance Undecided High
2012-11-15 14:54:23 Gavin Panella maas/1.2: assignee Gavin Panella (allenap)
2012-12-04 07:26:30 Julian Edwards maas/trunk: status Fix Committed Fix Released
2012-12-04 07:26:32 Julian Edwards maas/1.2: status In Progress Fix Committed
2012-12-04 07:26:54 Julian Edwards maas/1.2: milestone 12.10-stabilization
2013-06-06 05:49:59 Julian Edwards maas/1.2: status Fix Committed Fix Released