Commit Graph

5 Commits (5ae875a1ae0c51705cc8c79536b23130f7ce5394)

Author SHA1 Message Date
techknowlogick 84145e45c5
Remove golang vendored directory ()
* rm go vendor

* fix drone yaml

* add to gitignore
Lunny Xiao a1c12fb0b3
Don't store assets modified time into generated files ()
John Olheiser 648464b504
Add bundle download for repository ()
* Add bundle download

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Fix fmt

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Fix build tags

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Download specific commit

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Lunny Xiao 4f63f283c4
Rename scripts to build and add revive command as a new build tool command ()
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
zeripath 48abe41ea8
Generate Bindata iff TAGS="bindata" and not up-to-date ()
* Only generate bindata if necessary

* Only generate bindata if they are not up-to-date

* generate a hash of the fileinfo and use that to keep up-to-date

* Newer test is redundant

* handle missing bindata and clean

* Only update hash after successful write

* switch to sha1 hash

* Apply suggestions from code review

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>