[ARVADOS] updated: 1.3.0-345-g4a4497780

Git user git at public.curoverse.com
Wed Feb 20 13:27:00 EST 2019


Summary of changes:
 apps/workbench/.gitignore            | 3 +++
 apps/workbench/package-build.version | 1 -
 apps/workbench/test/the.patch        | 3 ---
 services/api/.gitignore              | 3 +++
 4 files changed, 6 insertions(+), 4 deletions(-)
 delete mode 100644 apps/workbench/package-build.version
 delete mode 100644 apps/workbench/test/the.patch

       via  4a449778017df5e8910a69565c27e70d64996d71 (commit)
      from  9acc7690b9c734b7e31476ce66ef668bf7eb4bbf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4a449778017df5e8910a69565c27e70d64996d71
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Fri Feb 1 09:46:24 2019 -0500

    Remove a few files that were checked in erroneously, update the .gitignore
    files for workbench and api to avoid this in the future.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/apps/workbench/.gitignore b/apps/workbench/.gitignore
index 156fc86a5..25c7c3ef2 100644
--- a/apps/workbench/.gitignore
+++ b/apps/workbench/.gitignore
@@ -44,3 +44,6 @@
 # npm-rails
 /node_modules
 /npm-debug.log
+
+# Generated when building distribution packages
+/package-build.version
diff --git a/apps/workbench/package-build.version b/apps/workbench/package-build.version
deleted file mode 100644
index 41eb2c7f7..000000000
--- a/apps/workbench/package-build.version
+++ /dev/null
@@ -1 +0,0 @@
-1.2.1.20181126194329
diff --git a/apps/workbench/test/the.patch b/apps/workbench/test/the.patch
deleted file mode 100644
index 5a556796c..000000000
--- a/apps/workbench/test/the.patch
+++ /dev/null
@@ -1,3 +0,0 @@
-+    echo -n 'geckodriver: '
-+    which geckodriver || fatal "No geckodriver. Unable to find Mozilla geckodriver. Please download the server from https://github.com/mozilla/geckodriver/releases and place it somewhere on your PATH. More info at https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver."
-
diff --git a/services/api/.gitignore b/services/api/.gitignore
index da4c39d90..2cda8bcb1 100644
--- a/services/api/.gitignore
+++ b/services/api/.gitignore
@@ -30,3 +30,6 @@
 
 # Generated git-commit.version file
 /git-commit.version
+
+# Generated when building distribution packages
+/package-build.version

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list