Lines Matching +full:master +full:- +full:level
14 First checkout the `PYCA/Cryptography` module into `./pyca-cryptography` using:
16 $ git submodule update --init
20 $ ./config shared enable-external-tests
29 ------------------------------
40 You will need a git checkout of krb5 at the top level:
44 krb5's master has to pass this same CI, but a known-good version is
45 krb5-1.15.1-final if you want to be sure.
48 $ git checkout krb5-1.15.1-final
53 $ ./config enable-external-tests
61 Test-failures suppressions
62 --------------------------
74 You will need a git checkout of gost-engine at the top level:
76 $ git submodule update --init
80 $ ./config shared enable-external-tests
95 - Make sure the submodules are cloned locally:
97 $ git submodule update --init --recursive
99 - Enter subdirectory and pull from the repository (use a specific branch/tag if required):
101 $ cd `<submodule-dir>`
102 $ git pull origin master
104 - Go to root directory, there should be a new git status:
109 # modified: `<submodule-dir>` (new commits)
112 - Add/commit/push the update
114 $ git add `<submodule-dir>`
115 $ git commit -m `"Updated <submodule> to latest commit"`