RedHatSatellite / sat6_scripts

Scripts to automate various Satellite 6 content related tasks, including disconnected export/import, publish, promote, cleanup and more...
GNU General Public License v3.0
53 stars 33 forks source link

OSError: [Errno 2] No such file or directory #22

Closed jacobmammoliti closed 6 years ago

jacobmammoliti commented 6 years ago

Getting an error when trying to export content:

Export Red_Hat_Satellite_Tools_6_2_for_RHEL_7_Server_RPMs_x86_64 (FULL) Waiting for export to complete...
Traceback (most recent call last): File "./sat_export.py", line 1052, in main(sys.argv[1:]) File "./sat_export.py", line 882, in main os.chdir(exportpath) OSError: [Errno 2] No such file or directory:

Looks like the function is trying to change into a directory that was never created.

ggatward commented 6 years ago

Hi, This project has had significant development within a parallel private repo within a production environment. The private repo has now replaced the original sat6_disconnected_tools repo - I am closing this issue as I believe the problem you reported is resolved in the many commits made to the other repo, and should now be resolved in this one as well.

Please feel free to re-open if it occurs again in the new codebase