[request-tracker-maintainers] Stable update for request-tracker3.6

Adam D. Barratt adam at adam-barratt.org.uk
Sun Mar 28 20:57:02 UTC 2010


Hi,

On Sun, 2010-03-28 at 14:26 +0100, Dominic Hargreaves wrote:
> Please find attached a proposed stable update for request-tracker3.6.
> 
> Let me know if it's okay to upload.

 # ignore *.ucf-old and the like
-find /etc/request-tracker3.6/RT_SiteConfig.d/ -type f \
-    ! -name '*.ucf-*' -a \
-    ! -name '*.dpkg-*' | sort | \
+find "$SITE_CONFIG_INCLUDE_DIR" -type f \
+    -regex "^$SITE_CONFIG_INCLUDE_DIR/[a-z0-9][a-z0-9-]+$" | sort | \

Apologies if I'm missing something wrt to the filename pattern, but is
it intentional that this doesn't match a file called, e.g., "a"?

Regards,

Adam



More information about the pkg-request-tracker-maintainers mailing list