Custom Query (1145 matches)
Results (121 - 123 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#126 | fixed | debathena-alpine-config should use DEB_TRANSFORM_FILES | broder | |
Description |
The Debathena pine.conf is 537 lines long. I bet we didn't write all of that. We should use DEB_TRANSFORM_FILES so that it's clear what in that file is local change and what is system defaults. |
|||
#127 | fixed | debathenificator can't deal with +'s in package versions | broder | |
Description |
Alpine has a + in the package version, which ends up getting used as a regex metacharacter in the dpkg-awk line near the end of debathenificator.sh. This means that debathenify-alpine always tries to build a new package, even if there's already one with the same version number. |
|||
#128 | fixed | Write cron job to e-mail about packages in -proposed | broder | |
Description |
We should write something to e-mail us when a package has been in -proposed for more than a day or so so that we don't forget to migrate functional packages to production. In a perfect world, I think such a script should track which package/version combinations it's already notified us about so we only get notified for a given pair once. |