Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [bkincaid@localhost atf]$ ./atf.py dummy-1.0 --rhn-pkgcount --prod --beta --commit
  2. INFO | ./atf.py: ATF started
  3. INFO | ./atf.py: Determining and loading product lib...
  4. INFO | ./atf.py: Loaded dummy lib
  5. WARNING | ./atf.py: Skipping RHSCL specific actions
  6. WARNING | ./atf.py: Skipping dotNET specific actions
  7. INFO | dummy.py: Lib action executed: rhn-pkgcount
  8. Traceback (most recent call last):
  9. File "./atf.py", line 627, in <module>
  10. product.rhn_pkgcount(env, channel, commit)
  11. File "/home/bkincaid/Projects/atf/template.py", line 79, in rhn_pkgcount
  12. tchannels.rhn_pkgcount(self, env, channel, commit)
  13. File "./templates/template_beta_channels.py", line 39, in rhn_pkgcount
  14. import clean_rhn_beta_pkg_channels_conf as conf
  15. ImportError: No module named clean_rhn_beta_pkg_channels_conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement