<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/build/deb, branch yilan</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=yilan</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=yilan'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2019-04-09T13:32:55+00:00</updated>
<entry>
<title>app: use gcp storage instead of azure for builds (#81)</title>
<updated>2019-04-09T13:32:55+00:00</updated>
<author>
<name>bojie</name>
<email>bojie@dexon.org</email>
</author>
<published>2018-12-28T05:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=9ca2a528ef0f3819b4921a33a3a2110d291707e0'/>
<id>urn:sha1:9ca2a528ef0f3819b4921a33a3a2110d291707e0</id>
<content type='text'>
* vendor: add dependencies for using GCP storage
* app: use gcp storage instead of azure for builds
</content>
</entry>
<entry>
<title>Change import go github.com/dexon-foundation/dexon</title>
<updated>2019-04-09T13:32:49+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@cobinhood.com</email>
</author>
<published>2018-09-26T02:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d056357e4999c6c70c8b8e85a9e4f533895ed6c2'/>
<id>urn:sha1:d056357e4999c6c70c8b8e85a9e4f533895ed6c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: revert launchpad PPAs to Go 1.10</title>
<updated>2018-09-21T08:31:23+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2018-09-21T08:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b0d60721f16077caf4fcd192cc467968cb031d2c'/>
<id>urn:sha1:b0d60721f16077caf4fcd192cc467968cb031d2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build/deb: upgrade launchpad PPA sources to Go 1.11 too</title>
<updated>2018-09-20T21:33:00+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2018-09-20T21:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=5e32152c02d99ff91bd46c5360da1df6e070d385'/>
<id>urn:sha1:5e32152c02d99ff91bd46c5360da1df6e070d385</id>
<content type='text'>
</content>
</entry>
<entry>
<title>travis, Dockerfile, appveyor, build: bump to Go 1.11</title>
<updated>2018-09-19T08:29:29+00:00</updated>
<author>
<name>Samuel Marks</name>
<email>samuelmarks@gmail.com</email>
</author>
<published>2018-08-27T12:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=67c332e9b5c1afff65108abcc2b6883ace72abb9'/>
<id>urn:sha1:67c332e9b5c1afff65108abcc2b6883ace72abb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: do not require `ethereum-swarm` deb when installing `ethereum` (#17425)</title>
<updated>2018-08-17T08:33:39+00:00</updated>
<author>
<name>Anton Evangelatov</name>
<email>anton.evangelatov@gmail.com</email>
</author>
<published>2018-08-17T08:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=f44046a1c6889049dbf0f9448075a43f5b280b09'/>
<id>urn:sha1:f44046a1c6889049dbf0f9448075a43f5b280b09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: rename swarm deb package to ethereum-swarm; change swarm deb version from 1.8.x to 0.3.x (#16988)</title>
<updated>2018-07-30T08:56:40+00:00</updated>
<author>
<name>Anton Evangelatov</name>
<email>anton.evangelatov@gmail.com</email>
</author>
<published>2018-07-30T08:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=a5d5609e3810fd161e55950eb44d8314e3f1e169'/>
<id>urn:sha1:a5d5609e3810fd161e55950eb44d8314e3f1e169</id>
<content type='text'>
* build: add support for different package and binary names

* build: bump up copyright date

* build: change default PackageName to empty string

* build, internal, swarm: enhance build/release process

* build: hack ethereum-swarm as a "depends" in deb package

* build/ci: remove redundant variables

* build, cmd, mobile, params, swarm: remove VERSION file; rename Version to VersionMeta;

* internal: remove VERSION() method which reads VERSION file

* build: fix VersionFilePath to Version

* Makefile: remove clean_go_build_cache.sh until it works

* Makefile: revert removal of clean_go_build_cache.sh
</content>
</entry>
</feed>
