Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9e8b9e41f | |||
| 1537bff629 | |||
| 6e4ffdba76 | |||
| 74ec6a0ed2 | |||
| 5794b57cbe | |||
| f174960b80 |
@@ -27,13 +27,18 @@ jobs:
|
|||||||
|
|
||||||
- name: Build SDSAT tar.gz
|
- name: Build SDSAT tar.gz
|
||||||
run: |
|
run: |
|
||||||
mkdir -p dist buildtmp/{bin,logs,update}
|
set -euxo pipefail
|
||||||
|
|
||||||
|
mkdir -p dist buildtmp
|
||||||
|
|
||||||
# Copie scripts
|
# Copie uniquement les scripts dans buildtmp
|
||||||
cp -r scripts buildtmp/bin/
|
cp -r scripts/* buildtmp/
|
||||||
|
|
||||||
# Supprime tous les __init__.py
|
pwd
|
||||||
find buildtmp/scripts/bin -name "__init__.py" -delete
|
ls -ila
|
||||||
|
|
||||||
|
# Supprime __init__.py
|
||||||
|
find buildtmp/ -name "__init__.py" -delete
|
||||||
|
|
||||||
# Génère le fichier de metadata
|
# Génère le fichier de metadata
|
||||||
cat > buildtmp/BUILD_INFO.txt <<EOF
|
cat > buildtmp/BUILD_INFO.txt <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user