blob: 37bf0864d6b4203f9f7720e2709105a1901fe97d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
|