Skip to content

Instantly share code, notes, and snippets.

@irreleph4nt
irreleph4nt / mattermost-5.9.0-1-x86_64-build.log
Created April 12, 2019 22:17
mattermost-5.9.0-1-x86_64-build.log
This file has been truncated, but you can view the full file.
Cleaning
rm -Rf dist
go clean -gcflags=all=-trimpath=/build/mattermost/src/src/github.com/mattermost/mattermost-server -asmflags=all=-trimpath=/build/mattermost/src/src/github.com/mattermost/mattermost-server -i ./...
cd ../mattermost-webapp && make clean
make[1]: Entering directory '/build/mattermost/src/mattermost-webapp'
Cleaning Webapp
rm -rf dist
rm -rf node_modules
make[1]: Leaving directory '/build/mattermost/src/mattermost-webapp'
find . -type d -name data -not -path './vendor/*' | xargs rm -rf