#50954 port buildnum.pl to python
Closed: wontfix by mreynolds. Opened by mreynolds.

Issue Description

The server uses an old perl script to generate the build number. This script should be ported to python so we can continue to remove perl dependencies from the server.


https://pagure.io/389-ds-base/pull-request/50957

Metadata Update from @mreynolds:
- Custom field origin adjusted to None
- Custom field reviewstatus adjusted to None

Commit 3deb6ad7 relates to this ticket

Metadata Update from @mreynolds:
- Issue close_status updated to: fixed
- Issue priority set to: None (was: major)
- Issue status updated to: Closed (was: Open)

Commit dae7cc93 relates to this ticket

Still having some formatting issues when the SOURCE_DATE_EPOCH is set and the hour and minute are zero:

print(time.gmtime(1584316800))
time.struct_time(tm_year=2020, tm_mon=3, tm_mday=16, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=0, tm_yday=76, tm_isdst=0)

2020.076.00

But this is expected to be:

2020.076.0000

Metadata Update from @mreynolds:
- Issue status updated to: Open (was: Closed)

https://pagure.io/389-ds-base/pull-request/50958

Commit b32c7455 relates to this ticket

Metadata Update from @mreynolds:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/4007

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

Metadata
Related Pull Requests