This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 3a727f3  Remove undocumented script (#467)
3a727f3 is described below

commit 3a727f374c662fb68728c192e695f758aee9e676
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Jan 7 17:44:45 2022 +0100

    Remove undocumented script (#467)
---
 solr/cp-deps.sh | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/solr/cp-deps.sh b/solr/cp-deps.sh
deleted file mode 100644
index 21d083b..0000000
--- a/solr/cp-deps.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env bash
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#    http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-bash -c 'param="$(../../gradlew -q echoCp)";mkdir -p docker/lib;cp -r 
${param//:/ } docker/lib'
-
-#docker build -t btest .
-
-#docker run -it --entrypoint "bash" --name markscontainer22 btest:latest
-

Reply via email to