[codeface] Re: [PATCH v2 0/8] Dependency management and fixing Vagrant

  • From: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxx>
  • To: codeface@xxxxxxxxxxxxx
  • Date: Wed, 02 Sep 2015 14:12:38 +0200

On 02.09.2015 13:40, Andreas Ringlstetter wrote:

Ack-By and Signed-off-by lines added as requested. Travis CI passed.

thanks, merged. --WM

Am 02.09.2015 um 12:50 schrieb Wolfgang Mauerer:
Thanks, the series looks good to me. Please add my
tags as stated in the github reviews, though.

No need to re-post to the mailing list -- I'll merge
directly after you push the changes to github.

Thanks, Wolfgang Mauerer

On 02.09.2015 12:23, andreas.ringlstetter@xxxxxxxxxxxxxxxxxxxx wrote:
From: Andreas Ringlstetter <andreas.ringlstetter@xxxxxxxxx>

Added changes requested on Github.

Andreas Ringlstetter (7):
Add dependency managment to setup.py
Rewrite packages.R for streamlined setup
Add package.json to id_service
Move Vagrant and Travis CI to a common codebase
Provision node.js without using symlinks
Provision cppstats and srcML to vendor/ directory
Add provision or build related paths to .gitignore

Benjamin Hiefner (1):
Force lf line endings on shell scripts

.gitattributes | 2 +
.gitignore | 4 +
.travis.yml | 70
+++---------------
Vagrantfile | 86
+++++++---------------
id_service/package.json | 17 +++++
integration-scripts/README.md | 23 ++++++
integration-scripts/install_codeface_R.sh | 15 ++++
integration-scripts/install_codeface_node.sh | 8 ++
integration-scripts/install_codeface_python.sh | 11 +++
integration-scripts/install_common.sh | 18 +++++
integration-scripts/install_cppstats.sh | 23 ++++++
integration-scripts/install_repositories.sh | 15 ++++
integration-scripts/setup_database.sh | 10 +++
.../test_codeface.sh | 4 +-
packages.R | 38 ++++++++--
setup.py | 10 ++-
16 files changed, 220 insertions(+), 134 deletions(-)
create mode 100644 .gitattributes
create mode 100644 id_service/package.json
create mode 100644 integration-scripts/README.md
create mode 100755 integration-scripts/install_codeface_R.sh
create mode 100755 integration-scripts/install_codeface_node.sh
create mode 100755 integration-scripts/install_codeface_python.sh
create mode 100755 integration-scripts/install_common.sh
create mode 100755 integration-scripts/install_cppstats.sh
create mode 100755 integration-scripts/install_repositories.sh
create mode 100755 integration-scripts/setup_database.sh
rename run_integration.sh => integration-scripts/test_codeface.sh (60%)






Other related posts: