You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several Debathena packages use a transform script that's something like perl -0pe 's/^foo$/bar/m or die' to get the effect of sed s/^foo$/bar/ but cause a build-time error if the regex doesn't match anything. We should document this and why it works.
Do you have a recommendation for the best place for this information? The DOCUMENTATION file points me to either https://debathena.mit.edu/config-package-dev/ or the packaged examples. I suspect the latter because it seems too miscellaneous to be included in the main doc.
Several Debathena packages use a transform script that's something like
perl -0pe 's/^foo$/bar/m or die'
to get the effect ofsed s/^foo$/bar/
but cause a build-time error if the regex doesn't match anything. We should document this and why it works.See for instance https://github.com/mit-athena/ssh-client-config/blob/master/debian/transform_ssh_config.debathena
The text was updated successfully, but these errors were encountered: