GithubHelp home page GithubHelp logo

Comments (6)

nixos-discourse avatar nixos-discourse commented on June 18, 2024

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/why-no-release-lately/9182/5

from nixos-status.

vcunat avatar vcunat commented on June 18, 2024

As a workaround... the commit date is easy to get locally (should be very close to push date unless people do something "weird"), so I've been now using bash snippet:

	git fetch origin && echo "" && \
	git show --no-patch '--pretty=format:%>(12)%cr  %h %d' \
		origin/nixos-{20.09,unstable}{,-small} \
		origin/nixpkgs-{20.09-darwin,unstable} \
		| grep -vF origin/release-20.09 | grep -vF origin/master \
		| sort --ignore-leading-blanks --key=2,2 --key=1nr,1
	# grep -v: don't even show lines that match the latest *pushed* commits

	# TODO: "2 weeks" and older sort incorrectly! (hours and days are OK)
	# What stamp in --pretty?  %ci  %s

^^ re-EDITed after we dropped support for the nixpkgs-channels repo.

Preview:

  2 days ago  4a75ca4a4e7  (origin/nixos-20.09)
  2 days ago  d9dba88d08a  (origin/nixos-unstable)
23 hours ago  44c443a7a60  (origin/nixpkgs-unstable)
19 hours ago  d04a7a30979  (origin/nixpkgs-20.09-darwin, origin/nixos-20.09-small)
15 hours ago  f85194205d5  (origin/nixos-unstable-small)

from nixos-status.

garbas avatar garbas commented on June 18, 2024

@wamserma is this still the issue? As far as I can see the date is now recorded in Prometheus and that is what status.nixos.org is querying.

I'm closing the issue but please reopen it if I made wrong judgement.

from nixos-status.

wamserma avatar wamserma commented on June 18, 2024

I think this is fine now.

from nixos-status.

vcunat avatar vcunat commented on June 18, 2024

It seems that the currently shown stamp is the moment the channel got published. From my point of view, I prefer the moment when its commit was pushed (to github.com/nixos/nixpkgs).

I can recall cases when they were very far, typically when a channel is blocked. It's when I retrospectively restarted some older transient failures to advance the channel at least a little, even if the corresponding commit is a few days old already – and then status.nixos.org shows the channel as fresh even if it isn't.

Maybe my expectations aren't in majority? Anyway, I keep using my script above...

from nixos-status.

garbas avatar garbas commented on June 18, 2024

@vcunat I see no reason why not to have a new column "Last pushed". Feel free to send PR and I'll review it.

from nixos-status.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.