diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-28 12:32:30 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-28 13:42:07 +0200 |
| commit | 68ce63c46891becd752fa1c0a0c3caaa98117832 (patch) | |
| tree | e425345a35ae428fb756efc0f66eee8893b04fd2 /pkg/vcs | |
| parent | e502f1a6dfee2bd1716d838340b1584c05d29b60 (diff) | |
pkg/build: support fuchsia builds
Diffstat (limited to 'pkg/vcs')
| -rw-r--r-- | pkg/vcs/fuchsia.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/vcs/fuchsia.go b/pkg/vcs/fuchsia.go index b8462f5ad..7b8e7335b 100644 --- a/pkg/vcs/fuchsia.go +++ b/pkg/vcs/fuchsia.go @@ -26,11 +26,6 @@ func newFuchsia(vm, dir string) *fuchsia { } } -// mkdir DIR; cd DIR -// curl -s "https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT" | base64 --decode | bash -s topaz -// (cd fuchsia && .jiri_root/bin/jiri update) -// (cd fuchsia/zircon/ && git show HEAD) - func (fu *fuchsia) Poll(repo, branch string) (*Commit, error) { if repo != "https://fuchsia.googlesource.com" || branch != "master" { // fuchsia ecosystem is hard-tailored to the main repo. |
