This commit is contained in:
@@ -27,16 +27,13 @@ jobs:
|
||||
|
||||
- name: Build SDSAT tar.gz
|
||||
run: |
|
||||
mkdir -p dist buildtmp/{bin,logs,update}
|
||||
mkdir -p dist buildtmp
|
||||
|
||||
# Copie scripts
|
||||
cp -r scripts buildtmp/scripts/bin/
|
||||
# Copie uniquement les scripts dans buildtmp/bin
|
||||
cp -r scripts/* buildtmp/
|
||||
|
||||
pwd
|
||||
ls buildtmp/scripts/ -pila
|
||||
|
||||
# Supprime tous les __init__.py
|
||||
find buildtmp/scripts/bin -name "__init__.py" -delete
|
||||
# Supprime __init__.py (dans bin)
|
||||
find buildtmp -name "__init__.py" -delete
|
||||
|
||||
# Génère le fichier de metadata
|
||||
cat > buildtmp/BUILD_INFO.txt <<EOF
|
||||
|
||||
Reference in New Issue
Block a user