Commit Graph

10 Commits

Author SHA1 Message Date
aviau 8204dc0dd3 misc: go 1.15 -> 1.16 (closes #1398) 2021-07-29 17:33:10 -04:00
aviau 5d8a9e87f7
gopherjs -> goplusjs
github.com/gopherjs/gopherjs no longer supports new Go versions and
doing a full perkeep build currently requires go 1.12.

This moves to github.com/goplusjs/gopherjs which supports new Go
version. Building perkeep no longer requires go 1.12.

- Support building webui with just go 1.15
- Before this PR, reactGen was built from the vendor directory.
  Now, it is built with gomodules. We can't run it with `go run`
  because it breaks myitcv.io/gogenerate which they use to determine
  what file to compile.
- go.mod: require go 1.15
- goplusjs/gopherjs is built and ran with gomodules. We run it
  with go run github.com/goplusjs/gopherjs
- Add test-tidy workflow to ensure that go.mod can't drift.
- We use go run -mod=readonly so packages are not sneakily updated.
  Any update in go.mod should be voluntary.
2021-01-13 21:55:21 -05:00
U-GINA-PC\gina 8f087578df Update documented required version of go to 1.11
To bring it inline with changes from 3f24764.

Change-Id: If33740ae9fe3c539196b399b80267c0dd998640d
2019-03-26 09:50:27 -07:00
mpl 2bb666ccf6 all: rename remaining occurrences of camput
Also removed misc/buildbot while at it (which contained camput
references) since we don't use it anymore at all.

TODO: the OSX app seems to be relying on finding a binary in ../bin,
which we do not use anymore. This will probably need fixing.

Updates #981

Change-Id: I14220fbad2e81181330fca4bb2d2e5fe170e1bd6
2018-04-21 16:20:24 -07:00
Brad Fitzpatrick ca76a40bbc Rename camlistored to perkeepd.
Updates #981

Change-Id: I8fe43c240c149074c23128a89ab426af9cbf94b4
2018-04-21 11:06:09 -07:00
mpl f8ef262ff9 make.go: clean up, notably remove the tmp source code mirroring
Fixes #1004

Change-Id: Iea01cfc601b8dd8f2a81fe5da40cdd272b164bb1
2018-04-17 19:39:46 +02:00
Paul Lindner c9b9354c67 Convert README to markdown
Change-Id: I6bf7540a5959d00d64f7f2463134f609ca30e4e8
2018-02-25 23:29:05 -08:00
Paul Lindner 459c75410e all: more renaming of Camlistore to Perkeep
Change-Id: I118e3cbcf20d80afeffc84f001388c4556f21628
2018-01-30 03:02:56 -08:00
Patrick Mezard 16dedde9f0 Update build instructions wrt Go 1.5 requirement
Fixes #636

Change-Id: I4380702c74e62c5b4ce8d7269a597af892bc311c
2015-08-23 16:32:21 +02:00
Brad Fitzpatrick 6643ccb34a Add a BUILDING file, update HACKING, clean some stuff
Change-Id: I39c310556cfa7643c3d1aa271acab8ce130e0953
2013-06-11 13:14:05 +02:00