| Summary: | Add a quarterly alias to the current YYYYQn ports branch | ||
|---|---|---|---|
| Product: | Services | Reporter: | Jose Luis Duran <jlduran> |
| Component: | Git Integration | Assignee: | Git Admin <git-admin> |
| Status: | Closed DUPLICATE | ||
| Severity: | Affects Only Me | CC: | bofh, michael.osipov, portmgr |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255737 | ||
Although I don’t use quarterly nowadays but this might be helpful for you: _QB=$(date +%YQ)$((($(date +%-m)-1)/3+1)) I always used to checkout this branch. If you need the full snippet let me know. (In reply to Muhammad Moinur Rahman from comment #1) Thank you! I'll use that in the meantime. This is a duplicate of Bug 255737. *** This bug has been marked as a duplicate of bug 255737 *** |
I have a bunch of scripts (mostly poudriere-based) that create a ports tree out of the latest quarterly branch. Every quarter I need to bump the branch name to point to the latest quarterly branch. Would it be possible to issue a: git symbolic-ref refs/heads/quarterly refs/heads/<QUARTERLY_BRANCH_NAME> or similar, every time you branch out a new quarterly branch, so consumers can point their scripts to "quarterly" once and never update again? I would even throw in a: git symbolic-ref refs/heads/latest refs/heads/main Just to keep the naming nomenclature coherent. Thank you.