Remove files from SOURCES

i9ce
MSVSphere Packaging Team 11 months ago
parent 72bda7c53b
commit 5faa166cb9

@ -1,8 +0,0 @@
tiamat:
name: salt
system_copy_in: distutils
onedir: True
pyinstaller_version: "4.10"
pyenv: "3.9.16"
venv_plugin: pyenv
timeout: 1500

@ -1,5 +0,0 @@
# This file only exists currently because tiamat imposes it's existance.
# That should be fixed in tiamat but until it's not, this is just a blank
# requirements file or any requirements here are just extra requirements.
tiamat-pip==1.11.0
setuptools<60.7.0

@ -1,7 +0,0 @@
#!/bin/bash
if [[ -z "${SSL_CERT_DIR}" ]] && command -v openssl &> /dev/null; then
_DIR=$(openssl version -d)
export SSL_CERT_DIR=${_DIR:13:-1}"/certs"
export SSL_CERT_FILE=${_DIR:13:-1}"/cert.pem"
fi
exec /opt/saltstack/salt/run/run "${@:1}"

@ -1,7 +0,0 @@
#!/bin/bash
if [[ -z "${SSL_CERT_DIR}" ]] && command -v openssl &> /dev/null; then
_DIR=$(openssl version -d)
export SSL_CERT_DIR=${_DIR:13:-1}"/certs"
export SSL_CERT_FILE=${_DIR:13:-1}"/cert.pem"
fi
exec /opt/saltstack/salt/run/run call "${@:1}"

@ -1,2 +0,0 @@
#!/bin/bash
exec /opt/saltstack/salt/run/run cloud "${@:1}"

@ -1,2 +0,0 @@
#!/bin/bash
exec /opt/saltstack/salt/run/run cp "${@:1}"

@ -1,7 +0,0 @@
#!/bin/bash
if [[ -z "${SSL_CERT_DIR}" ]] && command -v openssl &> /dev/null; then
_DIR=$(openssl version -d)
export SSL_CERT_DIR=${_DIR:13:-1}"/certs"
export SSL_CERT_FILE=${_DIR:13:-1}"/cert.pem"
fi
exec /opt/saltstack/salt/run/run key "${@:1}"

@ -1,2 +0,0 @@
#!/bin/bash
exec /opt/saltstack/salt/run/run pip "${@:1}"

@ -1,2 +0,0 @@
#!/bin/bash
exec /opt/saltstack/salt/run/run proxy "${@:1}"

@ -1,7 +0,0 @@
#!/bin/bash
if [[ -z "${SSL_CERT_DIR}" ]] && command -v openssl &> /dev/null; then
_DIR=$(openssl version -d)
export SSL_CERT_DIR=${_DIR:13:-1}"/certs"
export SSL_CERT_FILE=${_DIR:13:-1}"/cert.pem"
fi
exec /opt/saltstack/salt/run/run run "${@:1}"

@ -1,2 +0,0 @@
#!/bin/bash
exec /opt/saltstack/salt/run/run ssh "${@:1}"

@ -1,2 +0,0 @@
#!/bin/bash
exec /opt/saltstack/salt/run/run spm "${@:1}"
Loading…
Cancel
Save