From 7587adc3302bff386e34fae365fca3b6a8657f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Wed, 9 Aug 2017 11:25:48 -0700 Subject: [PATCH] Remove symlinks See https://github.com/artefactual/archivematica/issues/704 fore more details. --- osdeps/RedHat-7.json | 29 ++++++++++++++++++++++++++++- osdeps/Ubuntu-16.json | 27 ++++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 2 deletions(-) mode change 120000 => 100644 osdeps/RedHat-7.json mode change 120000 => 100644 osdeps/Ubuntu-16.json diff --git a/osdeps/RedHat-7.json b/osdeps/RedHat-7.json deleted file mode 120000 index 5f3993662..000000000 --- a/osdeps/RedHat-7.json +++ /dev/null @@ -1 +0,0 @@ -CentOS-7.json \ No newline at end of file diff --git a/osdeps/RedHat-7.json b/osdeps/RedHat-7.json new file mode 100644 index 000000000..c0088e194 --- /dev/null +++ b/osdeps/RedHat-7.json @@ -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"} + ] +} diff --git a/osdeps/Ubuntu-16.json b/osdeps/Ubuntu-16.json deleted file mode 120000 index ab357c396..000000000 --- a/osdeps/Ubuntu-16.json +++ /dev/null @@ -1 +0,0 @@ -Ubuntu-14.json \ No newline at end of file diff --git a/osdeps/Ubuntu-16.json b/osdeps/Ubuntu-16.json new file mode 100644 index 000000000..1531cfdbb --- /dev/null +++ b/osdeps/Ubuntu-16.json @@ -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"} + ] +}