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
solutions-tsg-scripts/ci/travis.sh

17 lines
445 B
Bash
Raw Normal View History

2020-07-07 05:48:01 +08:00
#!/usr/bin/env sh
mkdir build || true
cat ./customize.yml >> ./build_config/group_vars/local.yml
cat ./customize.yml >> ./install_config/group_vars/all.yml
2020-07-07 05:48:01 +08:00
ansible-playbook -i ./build_config -e tarname=tsg-scripts-${VER_NAME}.tar.gz buildPackage.yml
2020-07-07 19:58:29 +08:00
ls -halt ./build/tsg-scripts-${VER_NAME}.tar.gz
cd build
2020-07-14 19:51:39 +08:00
cp ~/file_upload_tools.py ./
2020-07-14 23:08:16 +08:00
split --help
ls -halt ./ch
2020-07-14 19:51:39 +08:00
python3 file_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.tar.gz