提供自动拉取网络包工具,支持从 http(支持 md5)、git(支持 branch tag revision)或 svn(支持 revision) 下载包,支持镜像下载 fetch_package.sh 提供编译缓存工具,再次编译不需要从代码编译,直接从本地缓存或网络缓存拉取 process_cache.sh 提供简洁的组装模板,且支持缓存编译 inc
process vbs: Merge branch 'kanaka:master' into master Aug 15, 2024 .gitattributes vbs: add .gitattr to fix action+win+wsl `./ci.sh: line 2: $'\r': co… Aug 15, 2024 .gitignore .gitignore: add xslt history, .local, zig-cache. Aug 23, 2024 .gitmodules JS: switch from josh....
REJSON_BRANCH ?= master REJSON_PATH ?= REJSON_ARGS ?= run: ifeq ($(WITH_RLTEST),1) $(SHOW)REJSON=$(REJSON) REJSON_PATH=$(REJSON_PATH) REJSON_BRANCH=$(REJSON_BRANCH) REJSON_ARGS=$(REJSON_ARGS) \ FORCE='' RLTEST= ENV_ONLY=1 LOG_LEVEL=$(LOG_LEVEL) MODULE=$(MO...
配置都包括在 ini 的[default]区,其中第一行使用home定义了工具链的bin目录,在哪里将找到gcc,ar,as,ld等工具,可以用绝对路径,也可以用相对于 ini 文件的路径。 接下来使用path定义了调用工具链前需要把哪些目录追加到系统变量$PATH前,使用逗号分割。
fatal:'origin'does not appear to be a git repository fatal: Could not readfromremote repository. Please make sure you have the correct access rights and the repository exists.git remote add origin git@code.aliyun.com:名称/xiansun-manager-service.gitgit push origin master...
添加一个叫做GO_AUTH_VERSION的git参数,将参数类型设置为Branch(分支)或者Tag(标记)。接下来选择Advanced配置参数,使用Tag Filter设置获取匹配“v”的所有标记(比如v2.0)。将Default Value设置成develop(开发分支)。这将有助于从Git获取版本标签列表,并为该任务填充选项菜单。如果该任务要在没有给定值的情况下自动...
master doesn't make to be a git repositorymaster doesn't make to be a git repository master doesn't make to be a git repository:Master不会成为一个git存储库©2022 Baidu |由 百度智能云 提供计算服务 | 使用百度前必读 | 文库协议 | 网站地图 | 百度营销 ...
BRANCH_NAME="${BRANCH_NAME:-$DEFAULT_BRANCH}" echo "Switching to branch: $BRANCH_NAME" git checkout "$BRANCH_NAME" || { echo "Error: Failed to checkout $BRANCH_NAME"; exit 1; }# Process arguments if [ $# -eq 0 ]; then
common.BRANCH=merge-requests/824 -s -w" -output=dockerfiles/build/binaries/gitlab-runner-helper.x86_64 gitlab.com/gitlab-org/gitlab-runner/apps/gitlab-runner-helper Number of parallel builds: 7 --> linux/amd64: gitlab.com/gitlab-org/gitlab-runner/apps/gitlab-runner-helper docker build...
docker login registry.gitlab.com docker build -t registry.gitlab.com/bartk/move . docker push registry.gitlab.com/bartk/move # case of network problems try restarting docker sudo service docker restart checkRdevel: cp `ls move*.tar.gz | sort -V | tail -n 1` dockerOutput/move.tar.gz...