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

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


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

commit 32ca185f86a36bfe2abc2b13796b1cfd3a8d33af
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