← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~ack/maas:snap-tree-sync-fix into maas:master

 

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

Follow ups