--- mono-4.4.1/mcs/class/monodoc/Monodoc/storage/ZipStorage.cs.orig 2018-11-26 22:16:25.008879747 +0100 +++ mono-4.4.1/mcs/class/monodoc/Monodoc/storage/ZipStorage.cs 2018-11-26 22:21:53.969770985 +0100 @@ -74,6 +74,12 @@ id = GetNewCode (); ZipEntry entry = new ZipEntry (id); + var SOURCE_DATE_EPOCH_string = Environment.GetEnvironmentVariable("SOURCE_DATE_EPOCH"); + if (SOURCE_DATE_EPOCH_string != null) + { + var SOURCE_DATE_EPOCH = Convert.ToInt64(SOURCE_DATE_EPOCH_string); + entry.DateTime = new DateTime(SOURCE_DATE_EPOCH, DateTimeKind.Utc); + } zipOutput.PutNextEntry (entry); } name='id' value='a88230a1bc332ee41eb1e0080f020e0178f78d5a'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/po/doc/guix-manual.ru.po
AgeCommit message (Expand)Author
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Update 'ru' translation.Julien Lepiller
2020-11-05nls: Update translations of the manual.Julien Lepiller
2020-10-29nls: Update 'ru' translation of the manual.Julien Lepiller
2020-05-05nls: Update.Ludovic Courtès
2020-04-12nls: Update.Ludovic Courtès
2020-03-23nls: Update.Ludovic Courtès
2019-05-13doc: Add Russian translation....Ludovic Courtès