Correct vpnruntime stabilization transfer documentation
This commit is contained in:
@@ -20,8 +20,10 @@ Generated files (local, ignored by git) are in:
|
||||
- `artifacts/git-patches/vpnruntime-ci-fixes.bundle`
|
||||
- `artifacts/git-patches/full-stabilization/` (5 patches)
|
||||
- `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle`
|
||||
- `artifacts/git-patches/full-stabilization-latest/` (10 patches)
|
||||
- `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle`
|
||||
- `artifacts/git-patches/full-stabilization-latest/` (archived 10-patch snapshot)
|
||||
- `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` (archived)
|
||||
- `artifacts/git-patches/full-stabilization-current/` (19 patches, current)
|
||||
- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (current)
|
||||
|
||||
## Apply as patches
|
||||
|
||||
@@ -44,13 +46,20 @@ git fetch ./vpnruntime-ci-stabilization-5commits.bundle
|
||||
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c
|
||||
```
|
||||
|
||||
Latest chain (10 commits from `8ba0561f` baseline):
|
||||
Archived chain (10 commits from `8ba0561f` baseline):
|
||||
|
||||
```bash
|
||||
git fetch ./vpnruntime-ci-stabilization-latest-10commits.bundle
|
||||
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c
|
||||
```
|
||||
|
||||
Current chain (19 commits from `8ba0561f` baseline):
|
||||
|
||||
```bash
|
||||
git fetch ./vpnruntime-ci-stabilization-current.bundle
|
||||
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c 874e2f14 c27bf084 e94fc309 155a384b 8229fef3 011c6d03 3835563f 27bb8102 99f5e281
|
||||
```
|
||||
|
||||
## Validate
|
||||
|
||||
From `agents/rap-node-agent`:
|
||||
|
||||
Reference in New Issue
Block a user