Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kernel team udd link

Click this link to access kernel-team UDD.

Updating package list

  1. Modify package-list.txt
  2. Run make
  3. Commit your changes

Rationale

The goal of this repository and the big UDD URL above is to track userland packages that the kernel team need and do/should maintain. The generated UDD page shows which packages need updating, if they have RC bugs in Debian, etc.

The Ubuntu Desktop team has a package tracker, but it is less advanced than the UDD tracker, so better just use UDD in the first place.

Web dashboard

A local web dashboard is available that shows package versions with color-coded status, sorting/filtering, links to package trackers, and AI-generated prompts for updating packages.

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Running

python3 web.py

Then open http://127.0.0.1:5000 in your browser.

Options:

  • --port PORT — bind to a different port (default: 5000)
  • --host HOST — bind to a different address (default: 127.0.0.1)
  • --debug — enable Flask debug/reload mode

About

AI-driven dashboard for kernel packages

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages