univention-corporate-server/.gitignore
Philipp Hahn 1f91fb6046 fix(errata): maintain more packages 4
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
2023-06-19 12:50:40 +02:00

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/