+gitea bare repo cloning

This commit is contained in:
2023-04-17 05:19:25 -04:00
parent 7680b34aca
commit ec313ab3c3
5 changed files with 274 additions and 141 deletions

View File

@@ -57,9 +57,9 @@ clean:
linkerflags = '-s -w'
prep: clean
> @mkdir -p build
> date +"%F %a %T %Z" > buildTime.txt
> git describe --always --tags --dirty --long > buildVersion.txt
> @mkdir -p build
build: prep linux windows
@@ -80,7 +80,7 @@ linux-production:
release: prep linux-release windows
#-------------------------------------------------------------
# Install - same as build, but places binary on system path
# Install - same as build, but places linux binary on system path
#-------------------------------------------------------------
install: prep