mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
build script fixed
This commit is contained in:
@@ -1,22 +1,21 @@
|
||||
rm -rf output
|
||||
mkdir output
|
||||
go build
|
||||
go build ../gogs.go
|
||||
chmod +x gogs
|
||||
mv gogs ./output/
|
||||
cp -r ./conf/ ./output/conf/
|
||||
cp -r ./custom/ ./output/custom/
|
||||
cp -r ../conf/ ./output/conf/
|
||||
cp -r ../custom/ ./output/custom/
|
||||
cp -r ./dockerfiles/ ./output/dockerfiles/
|
||||
cp -r ./public/ ./output/public/
|
||||
cp -r ./templates/ ./output/templates/
|
||||
cp bee.json ./output/
|
||||
cp cert.pem ./output/
|
||||
cp CONTRIBUTING.md ./output/
|
||||
cp -r ../public/ ./output/public/
|
||||
cp -r ../templates/ ./output/templates/
|
||||
cp ../cert.pem ./output/
|
||||
cp ../CONTRIBUTING.md ./output/
|
||||
cp gogs_supervisord.sh ./output/
|
||||
cp key.pem ./output/
|
||||
cp LICENSE ./output/
|
||||
cp README.md ./output/
|
||||
cp README_ZH.md ./output/
|
||||
cp rpp.ini ./output/
|
||||
cp ../key.pem ./output/
|
||||
cp ../LICENSE ./output/
|
||||
cp ../README.md ./output/
|
||||
cp ../README_ZH.md ./output/
|
||||
cp start.bat ./output/
|
||||
cp start.sh ./output/
|
||||
cp wercker.yml ./output/
|
||||
cp ../wercker.yml ./output/
|
||||
cp mysql.sql ./output/
|
||||
|
Reference in New Issue
Block a user