mirror of
https://github.com/univention/univention-corporate-server.git
synced 2025-10-26 11:17:13 +00:00
Update list of maintained package from 5.0-3+e709.
Synchronize debian/ directory with univention.repong.repo_apt
>>> import univention.repong.errata as errata
>>> e = errata.Erratum()
>>> e.load_from("/var/univention/buildsystem2/errata/yaml/5.0/2023-06-14_712_vim.yaml")
>>> e.version = [4]
>>> e.eid = [713
>>> e.force_defaults()
>>> b = errata.BuildErratumPackage(e, dryrun=True)
>>> l = b.add_maintained_lists()
>>> with open("maintained-packages.txt", "w") as fd: fd.write(l["maintained-packages.txt"])
Bug #54263
33 lines
503 B
Plaintext
33 lines
503 B
Plaintext
.cache/
|
|
.pybuild/
|
|
build/
|
|
*.buildinfo
|
|
*.egg-info/
|
|
*/*/debian/debhelper-build-stamp
|
|
*/*/debian/files
|
|
*/*/debian/.debhelper/
|
|
*/*/debian/*.debhelper
|
|
*/*/debian/*.debhelper.log
|
|
*/*/debian/*.substvars
|
|
*/*/debian/*/
|
|
!*/*/debian/patches/
|
|
!*/*/debian/source/
|
|
!*/*/debian/po/
|
|
.*.sw?
|
|
.sw?
|
|
*.mo
|
|
!*/*/conffiles/**/*.mo
|
|
*.pot
|
|
*.py[co]
|
|
doc/*/*.xml.err.d
|
|
doc/*/*.xml.err
|
|
doc/*/*codeclimate.json
|
|
doc/manual/_build/
|
|
generated-config-*.yml
|
|
.idea/
|
|
.mypy_cache/
|
|
.ucs-started-vms
|
|
COMMAND_SUCCESS
|
|
test/*.log
|
|
test/screenshots/
|