mirror: Cosmetic change to the release info output
This commit is contained in:
parent
84c6a24dac
commit
877e989376
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ my $releasePrefix = "$channelDirRel/$releaseName";
|
||||||
|
|
||||||
my $rev = $evalInfo->{jobsetevalinputs}->{nixpkgs}->{revision} or die;
|
my $rev = $evalInfo->{jobsetevalinputs}->{nixpkgs}->{revision} or die;
|
||||||
|
|
||||||
print STDERR "release is $releaseName (build $releaseId), eval is $evalId, prefix is $releasePrefix, Git commit is $rev\n";
|
print STDERR "\nRelease information:\n";
|
||||||
|
print STDERR " - release is: $releaseName (build $releaseId)\n - eval is: $evalId\n - prefix is: $releasePrefix\n - Git commit is: $rev\n\n";
|
||||||
|
|
||||||
if ($bucketChannels) {
|
if ($bucketChannels) {
|
||||||
# Guard against the channel going back in time.
|
# Guard against the channel going back in time.
|
||||||
|
|
Loading…
Reference in a new issue