Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building modules fail #5

Open
jrishel opened this issue Mar 29, 2021 · 1 comment
Open

building modules fail #5

jrishel opened this issue Mar 29, 2021 · 1 comment

Comments

@jrishel
Copy link
Contributor

jrishel commented Mar 29, 2021

running this command fails while trying to build modules:

./pumsu --modules /modules/modules.txt --source /modules/ --repoid 1459
[*] resetting permissions in source directory
[*] building module: puppet-module-1
Traceback (most recent call last):
  File "/downloads/pumsu/pumsu", line 201, in <module>
    rc = main()
  File "/downloads/pumsu/pumsu", line 171, in main
    copy(glob("pkg/*.tar.gz")[0], out_dir)
IndexError: list index out of range

appears that line 168 has changed to no longer run "puppet module build" because running that on the command line now gives me:

 puppet module build
Error: This action has been replaced by Puppet Development Kit. For more information visit https://puppet.com/docs/pdk/latest/pdk.html.
Error: Try 'puppet help module build' for usage
@jrishel
Copy link
Contributor Author

jrishel commented Mar 29, 2021

taking a look at this similar issue: https://access.redhat.com/solutions/5619641

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

No branches or pull requests

1 participant