CRUX : Home

Home :: Documentation :: Download :: Development :: Community :: Wiki :: Ports :: Bugs :: Links :: About

Back to wiki start page Categories: Development

Checklist for CRUX Releases

Thomas Penteker

This wiki page lists all activities required to update infrastructure right before a new release is published

for repo in compat-32 contrib core opt xorg; do cd "$repo".git && git symbolic-ref HEAD refs/heads/X.Y; cd ~crux/scm/ports; done
for repo in compat-32 contrib core opt xorg; do grep -q X\\.Y "$repo".git/hooks/post-update || echo "$repo" lacks post-update hook for the new release; done