fix copyright years in docs #5

Closed
opened 2019-04-19 13:24:42 +08:00 by sb10q · 3 comments
Owner

Currently says "2014-1970" when built by Nix. PDF manual date is also affected, it says "Jan 01, 1970" on the first page.

Currently says "2014-1970" when built by Nix. PDF manual date is also affected, it says "Jan 01, 1970" on the first page.
Contributor

As .git/ is removed from the artiqSrc, I had to conceive an artiq-timestamp.nix that is generated akin to artiq-src.nix.

As `.git/` is removed from the `artiqSrc`, I had to conceive an `artiq-timestamp.nix` that is generated akin to `artiq-src.nix`.
astro closed this issue 2019-04-24 04:58:16 +08:00
Author
Owner

OK, good idea to use the commit date and not the documentation build date as was done before.
External NDSP docs also need fixing: https://nixbld.m-labs.hk/build/3510/download/1/html/list_of_ndsps.html

OK, good idea to use the commit date and not the documentation build date as was done before. External NDSP docs also need fixing: https://nixbld.m-labs.hk/build/3510/download/1/html/list_of_ndsps.html
sb10q reopened this issue 2019-04-24 10:50:29 +08:00
Contributor

78764bab8e

First I tried getting the latest commit of each extra repo. But that would have meant leaveDotGit = true; which is said to have determinism problems. Therefore, I used the existing $SOURCE_DATE_EPOCH. YMMV.

78764bab8e7d386c17057b64d660135d3d4e9f1a First I tried getting the latest commit of each extra repo. But that would have meant `leaveDotGit = true;` which is said to have determinism problems. Therefore, I used the existing `$SOURCE_DATE_EPOCH`. YMMV.
astro closed this issue 2019-04-28 15:42:14 +08:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nix-scripts#5
No description provided.