mirror of
https://github.com/gnuton/asuswrt-merlin.ng.git
synced 2025-05-19 07:51:46 +02:00
Symlinking doesn't work due to some shell tricks used in Makefiles to extract info out of the current work directory.
18 lines
352 B
Text
18 lines
352 B
Text
How to release pciutils
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
(a couple of hints for the forgetful maintainer)
|
|
|
|
Update pci.ids.
|
|
|
|
Check version numbers in Makefile and lib/pci.h.
|
|
|
|
ssh-add ~/.ssh/id_korg
|
|
|
|
maint/tag-release vX.Y.Z
|
|
git push --tags
|
|
|
|
maint/release
|
|
|
|
Update progs/pciutils at Jabberwock.
|
|
|
|
Check that everything was pushed to both kernel.org and github.com.
|