blob: e5000c58f253bc67a3676f2846a13c3b8d7d08d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Package Groups
Currently groups and packages are maintained in the patterns directory
in pattern files. All changes need to be done only to the pattern files.
Other files are autogenerated.
- Edit pattern files and make the desired changes
- Verfiy integrity of the changes using a syntax checker such as xmllint
To update the package:
- change the pattern files (yaml)
- Verify your changes
- Bump the version in the VERSION file
- commit and push
- Do not change the ChangeLog file, this is generated using a script
run 'python scripts/gitlog2changelog.py'
- commit and push
- run 'make tag'
- run 'make dist'
- Submit the newly generated tar
|