Skip to content

Commit

Permalink
Merge pull request #991 from rjeffman/remove_deprecated_scripts
Browse files Browse the repository at this point in the history
utils: Remove deprecated shell scripts used to deploy IPA.
  • Loading branch information
t-woerner authored Nov 30, 2022
2 parents 9de2354 + 8459e1c commit b670d29
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1,536 deletions.
3 changes: 0 additions & 3 deletions tests/sanity/ignore-2.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ tests/user/users.sh shebang!skip
tests/user/users_absent.sh shebang!skip
tests/utils.py pylint:ansible-format-automatic-specification
utils/ansible-doc-test shebang!skip
utils/ansible-ipa-client-install shebang!skip
utils/ansible-ipa-replica-install shebang!skip
utils/ansible-ipa-server-install shebang!skip
utils/build-galaxy-release.sh shebang!skip
utils/build-srpm.sh shebang!skip
utils/changelog shebang!skip
Expand Down
3 changes: 0 additions & 3 deletions tests/sanity/ignore-2.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ tests/user/users.sh shebang!skip
tests/user/users_absent.sh shebang!skip
tests/utils.py pylint:ansible-format-automatic-specification
utils/ansible-doc-test shebang!skip
utils/ansible-ipa-client-install shebang!skip
utils/ansible-ipa-replica-install shebang!skip
utils/ansible-ipa-server-install shebang!skip
utils/build-galaxy-release.sh shebang!skip
utils/build-srpm.sh shebang!skip
utils/changelog shebang!skip
Expand Down
3 changes: 1 addition & 2 deletions utils/ansible-freeipa.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ for i in roles/ipa*/library/*.py roles/ipa*/module_utils/*.py plugins/*/*.py; do
chmod a-x $i
done

for i in utils/*.py utils/ansible-ipa-*-install utils/new_module \
utils/changelog utils/ansible-doc-test;
for i in utils/*.py utils/new_module utils/changelog utils/ansible-doc-test
do
sed -i '{s@/usr/bin/python*@%{python}@}' $i
done
Expand Down
Loading

0 comments on commit b670d29

Please sign in to comment.