You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is both very useful when viewing the summary html page on
releases.nixos.org (via channels.nixos.org) and also makes it so when
using the nixexprs.tar.xz as flake input, the flake metadata shows the
same date as the equivalent github:NixOS/nixpkgs would yield, instead of
relying on whatever the newest lastMod of any file in the tarball is.
printSTDERR" - release is: $releaseName (build $releaseId)\n - eval is: $evalId\n - prefix is: $releasePrefix\n - Git commit is: $rev\n\n";
115
+
printSTDERR" - release is: $releaseName (build $releaseId)\n - eval is: $evalId\n - prefix is: $releasePrefix\n - Git commit is: $rev\n - Git commit date is: $revDate\n\n";
112
116
113
117
if ($bucketChannels) {
114
118
# Guard against the channel going back in time.
@@ -280,7 +284,7 @@ sub fetch {
280
284
my$html = "<html><head>";
281
285
$html .= "<title>$title</title></head>";
282
286
$html .= "<body><h1>$title</h1>";
283
-
$html .= "<p>Released on $now from <a href='$githubLink'>Git commit <tt>$rev</tt></a> ";
287
+
$html .= "<p>Released on $now from <a href='$githubLink'>Git commit <tt>$rev</tt></a> from $revDate";
0 commit comments