Repository: incubator-distributedlog Updated Branches: refs/heads/master e9c429ed5 -> 057cca919
DL-180: added script to point to ../../../scripts/runner instead of symlink Author: adamtracymartin <atmar...@yahoo.com> Reviewers: Sijie Guo <si...@apache.org> Closes #107 from adamtracymartin/DL-180 Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/057cca91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/057cca91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/057cca91 Branch: refs/heads/master Commit: 057cca91970e9218fb1ce3314b2ce99ba32a268e Parents: e9c429e Author: adamtracymartin <atmar...@yahoo.com> Authored: Sun Jan 8 14:09:06 2017 -0800 Committer: Sijie Guo <si...@apache.org> Committed: Sun Jan 8 14:09:06 2017 -0800 ---------------------------------------------------------------------- .../distributedlog-basic/bin/runner | 24 +++++++++++++++++++- .../distributedlog-messaging/bin/runner | 24 +++++++++++++++++++- 2 files changed, 46 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/057cca91/distributedlog-tutorials/distributedlog-basic/bin/runner ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-basic/bin/runner b/distributedlog-tutorials/distributedlog-basic/bin/runner index a0ce2ef..7a0fefc 120000 --- a/distributedlog-tutorials/distributedlog-basic/bin/runner +++ b/distributedlog-tutorials/distributedlog-basic/bin/runner @@ -1 +1,23 @@ -../../../scripts/runner \ No newline at end of file +#!/usr/bin/env bash +# +#/** +# * Copyright 2007 The Apache Software Foundation +# * +# * 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. +# */ + +../../../scripts/runner http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/057cca91/distributedlog-tutorials/distributedlog-messaging/bin/runner ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-messaging/bin/runner b/distributedlog-tutorials/distributedlog-messaging/bin/runner index a0ce2ef..7a0fefc 120000 --- a/distributedlog-tutorials/distributedlog-messaging/bin/runner +++ b/distributedlog-tutorials/distributedlog-messaging/bin/runner @@ -1 +1,23 @@ -../../../scripts/runner \ No newline at end of file +#!/usr/bin/env bash +# +#/** +# * Copyright 2007 The Apache Software Foundation +# * +# * 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. +# */ + +../../../scripts/runner