1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/thoughtworks-gauge

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
genproto.sh 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
sriv Отправлено 25.06.2018 23:08 821138d
# Copyright 2015 ThoughtWorks, Inc.
# This file is part of Gauge.
# Gauge is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Gauge is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with Gauge. If not, see <http://www.gnu.org/licenses/>.
#!/bin/sh
#Using protoc version 3.0.0
cd gauge-proto
PATH=$PATH:$GOPATH/bin protoc --go_out=plugins=grpc:../gauge_messages *.proto
cd ..
sed -i.backup '/import gauge_messages1 "spec.pb"/d' gauge_messages/messages.pb.go && sed -i.backup 's/gauge_messages1.//g' gauge_messages/messages.pb.go && rm gauge_messages/messages.pb.go.backup
sed -i.backup '/import gauge_messages1 "spec.pb"/d' gauge_messages/api.pb.go && sed -i.backup 's/gauge_messages1.//g' gauge_messages/api.pb.go && rm gauge_messages/api.pb.go.backup
sed -i.backup '/import "."/d' gauge_messages/api.pb.go && rm gauge_messages/api.pb.go.backup
sed -i.backup '/import "."/d' gauge_messages/messages.pb.go && rm gauge_messages/messages.pb.go.backup
# go fmt github.com/getgauge/gauge/...

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/thoughtworks-gauge.git
git@api.gitlife.ru:oschina-mirror/thoughtworks-gauge.git
oschina-mirror
thoughtworks-gauge
thoughtworks-gauge
master