Skip to content

Commit 7d72d5d

Browse files
committed
pkg-auto: Update README
1 parent 04b78d9 commit 7d72d5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkg_auto/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ A quick start from blank state:
88
- `cd scripts/main`
99
- `PKG_AUTO="${PWD}/pkg_auto"`
1010
- `git worktree add --branch weekly-updates ../weekly-updates origin/buildbot/weekly-portage-stable-package-updates-2024-09-23`
11-
- if package automation is still not merged into the `main` branch then:
12-
- `git worktree add --branch pkg-auto ../pkg-auto origin/krnowak/pkg-auto`
13-
- `PKG_AUTO="${PWD}/../pkg-auto/pkg_auto"`
1411
- prepare for generating reports (create a directory, download necessary stuff, create config):
1512
- `mkdir ../../weekly-updates`
1613
- `cd ../../weekly-updates`
@@ -53,6 +50,8 @@ The entries in `changelog_stubs` should be reviewed about relevancy (minor SDK-o
5350

5451
There may be also entries in `manual-work-needed` which may need addressing. Most often the reason is that the new package was added, or an existing package stopped being pulled in. This would need adding an entry to the `summary_stubs`.
5552

53+
Another thing that to do is to check [the security reports](https://github.com/flatcar/Flatcar/issues?q=is%3Aopen+is%3Aissue+label%3Aadvisory). If the updated package brings a fix for a security issue, it should be mentioned in the summary and an entry in a separate security changelog should be added.
54+
5655
Other scripts
5756
=============
5857

0 commit comments

Comments
 (0)