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

New Tagging Scheme + Issue Features #1216

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

donn
Copy link
Collaborator

@donn donn commented Jul 19, 2022

  • Tagging scheme is now YYYY.MM.DD, postfixed with rX for multiple releases on the same day to match internal Efabless utilities
  • Add git remotes to environment survey
  • Add feature to force reproducibles to be created for a specific script regardless of failure: see docs/source/using_or_issue.md for more info
    ~ Fix generate_tag.py
  • Remove debugging vestiges from all.tcl

+ Tagging scheme is now YYYY.MM.DD, postfixed with rX for multiple releases on the same day to match internal Efabless utilities
+ Add git remotes to environment survey
+ Add feature to force reproducibles to be created for a specific script regardless of failure: see `docs/source/using_or_issue.md` for more info
~ Fix `generate_tag.py`
- Remove debugging vestiges from `all.tcl`
@donn donn requested a review from kareefardi July 19, 2022 13:19
env.py Show resolved Hide resolved
@donn donn requested a review from kareefardi July 19, 2022 13:35
If you know the name of the script causing the issue, you can set the environment variable `CREATE_REPRODUCIBLE_FROM_SCRIPT` to the name of the script. For example, to quit on Magic's DRC script, you can set the variable as follows:

```bash
export CREATE_REPRODUCIBLE_FROM_SCRIPT=magic/drc.tcl
Copy link
Collaborator

Choose a reason for hiding this comment

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

can it also be a design config?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no

@donn donn merged commit 2f94230 into The-OpenROAD-Project:master Jul 20, 2022
@donn donn deleted the new_versioning_scheme branch July 26, 2022 21:14
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.

2 participants