Skip to content

Development Guide

Endi S. Dewata edited this page Jul 10, 2022 · 12 revisions

Checking Current Version

$ rpm -qa nss
nss-3.75.0-1.fc35.x86_64

Getting Upstream Source

$ git clone https://github.com/dogtagpki/nss.git
$ cd nss
$ git checkout NSS_3_75_BRANCH

Committing Upstream Changes

$ git commit -a -m "..."

Generating Patch File

$ git format-patch -1

See Also

Clone this wiki locally