mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-04-11 07:22:04 -07:00
removed upload build feature
This commit is contained in:
parent
5b4391e7bf
commit
f164351e2c
1 changed files with 0 additions and 10 deletions
10
Makefile
10
Makefile
|
|
@ -181,14 +181,4 @@ unbusy:
|
||||||
path:
|
path:
|
||||||
@realpath $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/omegafox-bin
|
@realpath $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/omegafox-bin
|
||||||
|
|
||||||
upload:
|
|
||||||
# ===============================
|
|
||||||
# This is only for internal use. You can ignore this.
|
|
||||||
# ===============================
|
|
||||||
|
|
||||||
@test -f .passwd || { echo "Error: .passwd file not found"; exit 1; }
|
|
||||||
@mkdir -p ../omegafox-web/internal
|
|
||||||
@rm -rf ../omegafox-web/pipeline/rev-$(closedsrc_rev).7z
|
|
||||||
7z a "-p$$(cat ./.passwd)" -mhe=on ../omegafox-web/pipeline/rev-$(closedsrc_rev).7z "./patches/private/*.patch"
|
|
||||||
|
|
||||||
vcredist_arch := $(shell echo $(arch) | sed 's/x86_64/x64/' | sed 's/i686/x86/')
|
vcredist_arch := $(shell echo $(arch) | sed 's/x86_64/x64/' | sed 's/i686/x86/')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue