-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See artefactual/archivematica#704 fore more details.
- Loading branch information
Showing
2 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"_comments": [ | ||
"Add any comments here", | ||
"(ref. http://stackoverflow.com/questions/244777/can-comments-be-used-in-json)", | ||
"(ref. http://stackoverflow.com/questions/2392766/multiline-strings-in-json)", | ||
"epel-release: required for nginx, unar", | ||
"gcc: required to build some pip dependencies", | ||
"pip installed with get_pip, do not install package python-pip", | ||
"virtualenv installed with pip, do not install package python-virtualenv" | ||
], | ||
"osdeps_packages": [ | ||
{ "name": "epel-release", "state": "latest"} | ||
], | ||
"osdeps_packages_2": [ | ||
{ "name": "nginx", "state": "latest"}, | ||
{ "name": "unar", "state": "latest"}, | ||
{ "name": "rsync", "state": "latest"}, | ||
{ "name": "python-devel", "state": "latest"}, | ||
{ "name": "libxml2-devel", "state": "latest"}, | ||
{ "name": "libxslt-devel", "state": "latest"}, | ||
{ "name": "zlib-devel", "state": "latest"}, | ||
{ "name": "libffi-devel", "state": "latest"}, | ||
{ "name": "openssl-devel", "state": "latest"}, | ||
{ "name": "gcc", "state": "latest"}, | ||
{ "name": "p7zip", "state": "latest"}, | ||
{ "name": "p7zip-plugins", "state": "latest"} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"_comments": [ | ||
"Add any comments here", | ||
"(ref. http://stackoverflow.com/questions/244777/can-comments-be-used-in-json)", | ||
"(ref. http://stackoverflow.com/questions/2392766/multiline-strings-in-json)", | ||
"gcc: required to build some pip dependencies", | ||
"pip installed with get_pip, do not install package python-pip", | ||
"virtualenv installed with pip, do not install package python-virtualenv", | ||
"build-essential is needed to compile brotli (cc1plus)" | ||
], | ||
"osdeps_packages": [ | ||
{ "name": "nginx", "state": "latest"}, | ||
{ "name": "unar", "state": "latest"}, | ||
{ "name": "rsync", "state": "latest"}, | ||
{ "name": "p7zip-full", "state": "latest"}, | ||
{ "name": "python-dev", "state": "latest"}, | ||
{ "name": "build-essential", "state": "latest"}, | ||
{ "name": "libmysqlclient-dev", "state": "latest"}, | ||
{ "name": "libxml2-dev", "state": "latest"}, | ||
{ "name": "libxslt1-dev", "state": "latest"}, | ||
{ "name": "libz-dev", "state": "latest"}, | ||
{ "name": "libffi-dev", "state": "latest"}, | ||
{ "name": "libssl-dev", "state": "latest"}, | ||
{ "name": "gcc", "state": "latest"} | ||
] | ||
} |