浏览代码

upgrading package: drone-server 0.8.10.20190218 -> 0.8.10.20190226

master
父节点
当前提交
65a483ca40
  1. 5
      drone-server/drone-server.spec

5
drone-server/drone-server.spec

@ -23,7 +23,7 @@
# package version # package version
%define V_opkg 0.8.10 %define V_opkg 0.8.10
%define V_dist 20190218 %define V_dist 20190226
# package information # package information
Name: drone-server Name: drone-server
@ -36,7 +36,7 @@ Class: EVAL
Group: Web Group: Web
License: Apache License: Apache
Version: %{V_opkg}.%{V_dist} Version: %{V_opkg}.%{V_dist}
Release: 20190218 Release: 20190226
# list of sources # list of sources
Source0: http://download.openpkg.org/components/versioned/drone/drone-server-%{V_dist}.tar.xz Source0: http://download.openpkg.org/components/versioned/drone/drone-server-%{V_dist}.tar.xz
@ -71,6 +71,7 @@ PreReq: OpenPKG, openpkg >= 20160101
%build %build
# build program # build program
export GOPATH=`pwd` export GOPATH=`pwd`
rm -rf $GOPATH/src/github.com/docker/distribution/vendor/github.com/opencontainers/go-digest
go build -v -o drone-server github.com/drone/drone/cmd/drone-server go build -v -o drone-server github.com/drone/drone/cmd/drone-server
%install %install

正在加载...
取消
保存