Skip to content

Orch command#172

Open
ishaan-garg19 wants to merge 27 commits intomainfrom
orch_command
Open

Orch command#172
ishaan-garg19 wants to merge 27 commits intomainfrom
orch_command

Conversation

@ishaan-garg19
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread build.sh Outdated
Comment thread bash.sh Outdated
Comment thread src/pbt/__init__.py
sys.exit(1)


@cli.command()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do we want all users to see these 'orch' commands or should we hide them with hidden=True ?

Comment thread src/pbt/__init__.py
help="Path to the directory containing the pbt_project.yml file",
required=True,
)
def generate_p4b_job(path):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do we want all users to see these 'orch' commands or should we hide them with hidden=True ?

Comment thread src/pbt/__init__.py
sys.exit(1)


@cli.command()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do we want all users to see these 'orch' commands or should we hide them with hidden=True ?

neontty and others added 13 commits October 13, 2025 17:42
jpmc needs to mangle the setup.py file and jobs before deploying, therefore we needed an option to prepare build files and build wheel as two steps (--prep-only, --build-only)
added actual pbt_project.yml version into setup.py version
Broke main_content and setup_py_content into their own files for readability
Added __main__.py to help with debugging in IDEs
Removed local testing scripts
…r. it's ok now because we're not adding all files to the data/ section
Copy link
Copy Markdown
Collaborator

@neontty neontty left a comment

Choose a reason for hiding this comment

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

needs new review

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.

4 participants