Import the files that were in the infra ansible repo
https://infrastructure.fedoraproject.org/infra/ansible/roles/ipsilon/files/ Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
7e42976c1b
commit
fc9d0f5183
14 changed files with 2314 additions and 0 deletions
10
install.sh
Executable file
10
install.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
PYDIR=`python3 -Ic "from distutils.sysconfig import get_python_lib; print(get_python_lib())"`
|
||||
|
||||
set -x
|
||||
|
||||
cp -afv ipsilon ${ROOT}${PYDIR}/
|
||||
cp -afv openid ${ROOT}${PYDIR}/
|
Loading…
Add table
Add a link
Reference in a new issue