This commit is contained in:
Eric Wiseblatt 2015-11-01 06:31:50 +00:00
Родитель 4890f706f8
Коммит 9e49443da4
2 изменённых файлов: 21 добавлений и 2 удалений

Просмотреть файл

@ -23,8 +23,8 @@ import re
import sys
import time
from pylib.spinnaker.run import run_quick
from pylib.spinnaker.run import check_run_quick
from spinnaker.run import run_quick
from spinnaker.run import check_run_quick
def get_default_project():

Просмотреть файл

@ -0,0 +1,19 @@
#!/bin/bash
#
# Copyright 2015 Google Inc. All Rights Reserved.
#
# Licensed 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.
PYTHONPATH=$(dirname $0)/../../pylib \
python \
$(dirname $0)/build_google_tarball.py "$@"