Alberto Donato has proposed merging ~ack/maas:snap-tree-sync-fix into maas:master.
Commit message: fix the snap-tree-sync make target due to machine-resources path change Requested reviews: MAAS Maintainers (maas-maintainers) For more details, see: https://code.launchpad.net/~ack/maas/+git/maas/+merge/436179 -- Your team MAAS Committers is subscribed to branch maas:master.
diff --git a/Makefile b/Makefile index 73f07db..cbe8338 100644 --- a/Makefile +++ b/Makefile @@ -471,6 +471,6 @@ snap-tree-sync: $(UI_BUILD) go-bins $(SNAP_UNPACKED_DIR_MARKER) snap/local/tree/ \ $(SNAP_UNPACKED_DIR)/ $(RSYNC) \ - src/host-info/bin/machine-resources/ \ + src/host-info/bin/ \ $(SNAP_UNPACKED_DIR)/usr/share/maas/machine-resources/ .PHONY: snap-tree-sync
-- Mailing list: https://launchpad.net/~sts-sponsors Post to : [email protected] Unsubscribe : https://launchpad.net/~sts-sponsors More help : https://help.launchpad.net/ListHelp

