8 Commits

Author SHA1 Message Date
f4684673e7 doc: readme 2017-11-14 19:57:44 +13:00
0dc5c2878f hgignore 2017-11-14 19:47:21 +13:00
efdb188aba vendor: bump libnmdc 0.14.0 -> 0.15.0 2017-11-14 19:45:08 +13:00
54e21f2b2d clear owner/group from linux64 release tarball 2017-10-28 14:15:23 +13:00
dd166cf0e9 doc: mention supercedes 2017-10-28 14:00:48 +13:00
92b1c4daa5 doc: fix cosmetic issue with readme generation on code.ivysaur.me 2017-10-28 13:43:02 +13:00
ea4135888d bump all versions to 1.2.3 2017-10-28 13:32:29 +13:00
8e999f5ddb Added tag v1.2.2 for changeset 0c6b957de432 2017-10-28 13:32:16 +13:00
6 changed files with 17 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ mode:regex
^clientpack/
^_dist/
^node_modules/
^vendor/
^nmdc-webfrontend$

View File

@@ -8,3 +8,4 @@ d14041daa7bbbd37ea2ff47aa978b9595af67ca3 v1.1.1
76c178b8f27ec894e79b8f73649fcb3e45a73729 v1.1.4
0eeab5594ba4d683e6a268ef971675c73b226bd0 v1.2.0
c8cd84947e4516215e50639914adfaecf350fe91 v1.2.1
0c6b957de43252f89688ba73c4857f6d912b2912 v1.2.2

6
Gopkg.lock generated
View File

@@ -4,8 +4,8 @@
[[projects]]
name = "code.ivysaur.me/libnmdc"
packages = ["."]
revision = "21847db9fdc1b983285de44e789cd9e921bdf1bb"
version = "v0.14.0"
revision = "4ea6cbb6f1a2d91a1e64c4b028b1c0ffe1bdd88d"
version = "v0.15.0"
[[projects]]
branch = "master"
@@ -28,6 +28,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "928468c40a3a664870459e1d5a1fa97fcbc45802fdd498ebf89bcffe0b44ec6e"
inputs-digest = "383f1855bfd5d5845dcfa88d2dab2599d9fdee6ddd849d9cb1e1a5ae35fd41ac"
solver-name = "gps-cdcl"
solver-version = 1

View File

@@ -23,7 +23,7 @@
[[constraint]]
name = "code.ivysaur.me/libnmdc"
version = "0.14.0"
version = "0.15.0"
[[constraint]]
branch = "master"

View File

@@ -2,7 +2,7 @@
BINNAME=nmdc-webfrontend
VERSION=1.2.2
VERSION=1.2.3
GOFLAGS=-a \
-ldflags "-s -w -X main.VERSION=$(BINNAME)/$(VERSION)" \
@@ -54,7 +54,7 @@ $(BINNAME)-$(VERSION)-win32.7z: $(BINNAME).exe nmdc-webfrontend.conf.SAMPLE
7z a -mx9 "$(BINNAME)-$(VERSION)-win32.7z" $(BINNAME).exe nmdc-webfrontend.conf.SAMPLE
$(BINNAME)-$(VERSION)-linux64.tar.xz: $(BINNAME) nmdc-webfrontend.conf.SAMPLE
XZ_OPT='-9' tar caf "$(BINNAME)-$(VERSION)-linux64.tar.xz" $(BINNAME) nmdc-webfrontend.conf.SAMPLE
XZ_OPT='-9' tar caf "$(BINNAME)-$(VERSION)-linux64.tar.xz" $(BINNAME) nmdc-webfrontend.conf.SAMPLE --owner=0 --group=0
$(BINNAME)-$(VERSION)-src.tar.xz: $(SOURCES)
XZ_OPT='-9' tar caf "$(BINNAME)-$(VERSION)-src.tar.xz" $(SOURCES) --owner=0 --group=0

View File

@@ -6,6 +6,8 @@ Written in Golang
Tags: nmdc
This project supercedes [entry=dcwebui]dcwebui[/entry], [entry=flexdc]flexdc[/entry], and [entry=dcwebui2]dcwebui2[/entry].
=UPGRADING FROM DCWEBUI2=
- The configuration file content is identical between nmdc-webfrontend 1.0.0 and dcwebui2 1.3.0, but please now ensure it's valid JSON instead of arbitrary javascript. This means no assignment, use double-quoted strings, and no comments.
@@ -14,18 +16,22 @@ Tags: nmdc
=DEVELOPING=
[go-get]code.ivysaur.me/nmdc-webfrontend git https://git.ivysaur.me/code.ivysaur.me/nmdc-webfrontend.git[/go-get]
1. Install Go, Node.js, NPM, and 7-Zip (`p7zip-full` on Debian)
2. Set up your `$GOPATH`
3. Download the source code
- `https://git.ivysaur.me/code.ivysaur.me/nmdc-webfrontend.git` ; or
- `go get code.ivysaur.me/nmdc-webfrontend` ; or
- download and extract a source archive
    - `git clone https://git.ivysaur.me/code.ivysaur.me/nmdc-webfrontend.git `; or
    - `go get code.ivysaur.me/nmdc-webfrontend` ; or
    - download and extract a source archive
4. Install dependencies: `sudo make deps`
5. Build: `make`
6. Optional: Set `web.external_webroot: true` in the config file for unminified development
=CHANGELOG=
2017-11-14 1.2.3
- Update libnmdc to 0.15
2017-10-28 1.2.2
- Enhancement: Simplify build process
- Fix an issue with closing PM tabs