fix: move everything to LF

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2018-12-28 19:08:29 +00:00
parent 4945635bd6
commit 3fb6a22dfd
3 changed files with 62 additions and 64 deletions

View File

@ -1,3 +1,3 @@
testdata/ testdata/
.github/ .github/
**.git **.git

View File

@ -1,59 +1,59 @@
project_name: filebrowser project_name: filebrowser
build: build:
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
main: cli/main.go main: cli/main.go
binary: filebrowser binary: filebrowser
goos: goos:
- darwin - darwin
- linux - linux
- windows - windows
- freebsd - freebsd
- netbsd - netbsd
- openbsd - openbsd
- dragonfly - dragonfly
- solaris - solaris
goarch: goarch:
- amd64 - amd64
- 386 - 386
- arm - arm
- arm64 - arm64
goarm: goarm:
- 5 - 5
- 6 - 6
- 7 - 7
ignore: ignore:
- goos: darwin - goos: darwin
goarch: 386 goarch: 386
- goos: openbsd - goos: openbsd
goarch: arm goarch: arm
- goos: freebsd - goos: freebsd
goarch: arm goarch: arm
- goos: netbsd - goos: netbsd
goarch: arm goarch: arm
- goos: solaris - goos: solaris
goarch: arm goarch: arm
archive: archive:
name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}" name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}"
format: tar.gz format: tar.gz
format_overrides: format_overrides:
- goos: windows - goos: windows
format: zip format: zip
release: release:
disable: true disable: true
dockers: dockers:
- -
goos: linux goos: linux
goarch: amd64 goarch: amd64
goarm: '' goarm: ''
image: filebrowser/filebrowser image: filebrowser/filebrowser
skip_push: true skip_push: true
tag_templates: tag_templates:
- "{{ .Tag }}" - "{{ .Tag }}"
- latest - latest
extra_files: extra_files:
- Docker.json - Docker.json

View File

@ -25,8 +25,6 @@ if [ "$USE_DOCKER" != "" ]; then
filebrowser/dev \ filebrowser/dev \
sh -c "\ sh -c "\
cd build && \ cd build && \
dos2unix build_assets.sh && \
dos2unix build.sh && \
./build_assets.sh && \ ./build_assets.sh && \
./build.sh \ ./build.sh \
" "