diff options
| author | KunoiSayami <[email protected]> | 2021-11-07 13:48:41 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-07 13:48:41 +0800 |
| commit | 254846d3da3f6c7fb70b316f5ebdf2ce4215309f (patch) | |
| tree | 67b310059f2825fc0555e05704706b5dc7e5d710 /README.md | |
| parent | d1e83791bd44afe1c74ba6bd0c4ede86852005bc (diff) | |
refactor(script): Move all script to utils folder
* feat(script): Build test package not request signing for now
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,7 +21,10 @@ sudo pacman-key --lsign-key 4A0F0C8BC709ACA4341767FB243975C8DB9656B9 ### For developers: -Use commit message starts with `fix(repo)` will let CI/CD rebuild all packages. +Use commit message starts with `fix(repo)` will let CI/CD rebuild all packages, or you can use `REBUILD`/`REBUILD_ALL` in commit title. +`REBUILD_ALL` will ignore [verified_packages](repo/.verified_repos). + +You need to open a pull request for every add package request. ## License |
