Skip to content

Conversation

@schamola
Copy link
Contributor

No description provided.

@schamola schamola self-assigned this Dec 16, 2025
/usr/bin/tar -xvf dnf_bundle_aix_71_72.tar
fi

# shellcheck disable=SC2154
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't ignore this (remove this ignore)
Instead change line 202 from: ./install_dnf.sh "$arg" "$yum4" "$yum3_instd" 2
to this:
./install_dnf.sh "$mnt_path" "$yum4" "$yum3_instd" 2
at line 59 it is already: mnt_path=$1

@@ -1,4 +1,3 @@
#!/usr/bin/python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better put it as:
#!/usr/bin/env python
as mentioned here: https://docs.ansible.com/ansible-core/2.16/dev_guide/testing/sanity/shellcheck.html

Signed-off-by: schamola <[email protected]>
@nitismis nitismis merged commit a07ee37 into IBM:dev-collection Dec 16, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants