Repository: incubator-tamaya Updated Branches: refs/heads/master eed89f3e4 -> fa61cd651
TAMAYA-208: Remove old style shell script New homepage does not need this. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/fa61cd65 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/fa61cd65 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/fa61cd65 Branch: refs/heads/master Commit: fa61cd651f0c38a19283e7ba29d39ba16e2a38ca Parents: eed89f3 Author: Phil Ottlinger <[email protected]> Authored: Tue Apr 11 19:58:32 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Tue Apr 11 19:58:32 2017 +0200 ---------------------------------------------------------------------- bin/fixSSLinMavenSite.sh | 29 ----------------------------- 1 file changed, 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/fa61cd65/bin/fixSSLinMavenSite.sh ---------------------------------------------------------------------- diff --git a/bin/fixSSLinMavenSite.sh b/bin/fixSSLinMavenSite.sh deleted file mode 100755 index 2bd5bed..0000000 --- a/bin/fixSSLinMavenSite.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/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. -echo "Will replace http with https in the generated maven site ..." -if [ -z $1 ]; - then - read -p "Please abort in case you haven't generated the site or press RETURN to continue."; -else - echo "Assuming script is run on CI - starting to replace ..." -fi -echo "Where am I?" -pwd -cd target/site -echo "Changed to site directory ..." -sed -i 's/"http:/"https:/g' *.html -echo "DONE - please verify before pushing."
