Эх сурвалжийг харах

HUE-2943 [core] Manually exclude boto from the pruning to fix packaging

Romain Rigaux 10 жил өмнө
parent
commit
79a4fe10d1

+ 1 - 1
Makefile.tarball

@@ -59,7 +59,7 @@ define remove_devtree_exclusions
 		      -name 'desktop.db' -o \
 		      -name 'app.reg' -o \
 		      -name '*.py[co]' -o \
-		      -name '.*.sw?' \) -prune -exec rm -rf {} \;
+		      -name '.*.sw?' \) -not -path '*/boto/*' -prune -exec rm -rf {} \;
 endef
 
 

+ 8 - 0
desktop/core/ext-py/boto-2.38.0/HUE-BUILD.rst

@@ -0,0 +1,8 @@
+####
+Note
+####
+
+We manually exclude boto from the pruning (it contains some modules name 'logs') in
+Makefile.tarball
+
+So need to keep in mind when upgrading or removing this dependency.