Skip to content

Commit 7c97e80

Browse files
committed
Override plone.autoinclude to fix backend build issues
Don't put generated mxdev files in .gitignore Add collective.exportimport 1.13 to backend. (Closes #7) Refactor deprecated blob_location field in instance.yaml for local dev
1 parent d6cb230 commit 7c97e80

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var/
3535
# mxdev
3636
/instance/
3737
/.make-sentinels/
38-
/*-mxdev.txt
3938
/reports/
4039
/sources/
4140
/venv/

backend/constraints-mxdev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ webtest==3.0.2
505505
# end constraints from: https://dist.plone.org/release/6.1.0/constraints.txt
506506
###############################################################################
507507

508-
508+
collective.exportimport==1.13
509509
# end constraints from: constraints.txt
510510
###############################################################################
511511

backend/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
-c https://dist.plone.org/release/6.1.0/constraints.txt
2+
collective.exportimport==1.13

backend/instance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ default_context:
55
db_storage: direct
66

77
db_filestorage_location: ../data/filestorage/Data.fs
8-
db_blobs_location: ../data/blobs
8+
db_blob_location: ../data/blobs

backend/mx.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[settings]
77
main-package = -e .[test]
88
; example how to override a package version
9-
; version-overrides =
10-
; example.package==2.1.0a2
9+
version-overrides =
10+
plone.autoinclude==2.0.0
1111

1212
; example section to use packages from git
1313
; [example.contenttype]

backend/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
-c constraints.txt
2+
collective.exportimpot

0 commit comments

Comments
 (0)