!LemuOOvbWqRXodtSsw:nixos.org

NixOS Reproducible Builds

542 Members
Report: https://reproducible.nixos.org Project progress: https://github.com/orgs/NixOS/projects/30122 Servers

Load older messages


SenderMessageTime
28 May 2023
@raboof:matrix.orgraboofI wonder if we should update the matrix channel picture, something like https://github.com/NixOS/nixos-artwork/pull/98 ?09:05:41
@raboof:matrix.orgraboofChannel-reproducible-builds.png
Download Channel-reproducible-builds.png
09:06:00
@noob_tea:matrix.orgtea
In reply to @raboof:matrix.org
done. that did make the logo drop off on mobile, but it's a net improvement. If you have any recommendations on how to make the proportions between the logo and the title work well on all screen sizes I'm definitely interested :)
I don't think it should be a table
09:31:50
@noob_tea:matrix.orgteajust use a flex layout and it'll overflow into a new row if there isn't enough space09:32:07
@raboof:matrix.orgraboofhmm, sounds like that'd look weird if we left-align, but could be OK if we center it I guess? though perhaps even better would be to make sure things are sufficiently small that it fits next to the title on mobile.09:33:56
@noob_tea:matrix.orgtea

so I think roughly

diff --git a/index.html b/index.html
index 99080c9..49d2a05 100644
--- a/index.html
+++ b/index.html
@@ -12,14 +12,6 @@
 body {
   padding: 3em;
 }
-#heading {
-  width: auto;
-  margin-left: auto;
-  margin-right: auto;
-}
-#logo {
-  height: 14em;
-}
 h1 {
   font-size: 300%;
   color: #1e5b96ff;
@@ -27,10 +19,10 @@ h1 {
 </style>
 </head>
 <body>
-<table id="heading"><tr>
-<td><img id="logo" src="nixos-rb-logo.svg"></td>
-<td><h1>NixOS<br>Reproducible Builds</h1></td>
-</tr></table>
+<div style="display: flex; flex-wrap: wrap; align-items: center; margin: 0 auto;">
+  <img id="logo" style="max-height:14em" src="nixos-rb-logo.svg">
+  <h1>NixOS<br>Reproducible Builds</h1>
+</div>
 <p>
 When compiling from the same source on independent infrastructure
 yields bit-by-bit idential results, this gives confidence that
09:56:04
@noob_tea:matrix.orgtea(i manages to set up a termux env but still not logged in to GitHub"09:56:38
@noob_tea:matrix.orgtea* (i manages to set up a termux env but still not logged in to GitHub)09:58:28
@raboof:matrix.orgraboofthanks, tweaked a bit and committed11:54:08
@noob_tea:matrix.orgtearaboof; we'd need the viewport tag on all the reports as well11:58:30
@noob_tea:matrix.orgteatbf I'd just use Astro or some ssg11:58:53
@raboof:matrix.orgraboofDo iit 😀12:00:31
@noob_tea:matrix.orgteastill not home. will do12:11:24
@davidak:matrix.orgdavidaki thought it would be great to see the status (percentage) of the checked ISOs on the top of the frontpage and also one for ALL packages (when we have that)16:56:24
@davidak:matrix.orgdavidakso one only has to go to one site to check the reproducibility status, not to every single report16:57:44
@davidak:matrix.orgdavidakthat function is kind of missing with the new design. i did check https://r13y.com/ from time to time...16:59:03
@davidak:matrix.orgdavidakyou even get a clear answer in the link preview from the old site17:01:59
@rubikoid:matrix.orgrubikoid joined the room.19:55:04
30 May 2023
Room Avatar Renderer.14:10:21
31 May 2023
@dickdaley:matrix.orgdickdaley joined the room.18:28:34
1 Jun 2023
@raphi:tapesoftware.netraphi changed their display name from raphi to raphi (element unread channel fix when).13:03:30
@rimuru:gentoo.chat@rimuru:gentoo.chat changed their profile picture.22:45:12
2 Jun 2023
@raboof:matrix.orgraboof
In reply to @noob_tea:matrix.org
raboof; we'd need the viewport tag on all the reports as well
done in https://codeberg.org/raboof/nix-reproducible-builds-report/commit/9e7da99e80f7949ab1bfb0dd0cc342aaed4c0e0b, regenerated https://reproducible.nixos.org/nixos-iso-minimal-runtime/ - could be better still, but nice improvement ;)
09:08:39
3 Jun 2023
@arianvp:matrix.org@arianvp:matrix.orgAre we planning to do reports for aarch64?07:51:11
@arianvp:matrix.org@arianvp:matrix.orgJust discovered our kernel build is not reproducible on aarch64 for example07:51:30
@raboof:matrix.orgraboofGood idea!08:50:20
@lotte:chir.rs@lotte:chir.rs changed their profile picture.09:33:52
@delroth:delroth.netdelroth
In reply to @arianvp:matrix.org
Just discovered our kernel build is not reproducible on aarch64 for example
got a diff and/or bug report? would be interested in looking into it
19:06:05
4 Jun 2023
@arianvp:matrix.org@arianvp:matrix.org I wish I had but diffoscope doesn't build on aarch64 08:05:45
@arianvp:matrix.org@arianvp:matrix.org(Which sounds very unfortunate?)08:05:55

Show newer messages


Back to Room ListRoom Version: 6