This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/ci/perpare_pulp3_netrc.sh
pengxuanzheng 0e48ab43ef 添加rpm脚本
2020-09-27 13:56:32 +08:00

4 lines
139 B
Bash

#!/usr/bin/env sh
set -evx
echo "machine ${PULP3_SERVER_URL}\nlogin ${PULP3_SERVER_LOGIN}\npassword ${PULP3_SERVER_PASSWORD}\n" > ~/.netrc