Branch: refs/heads/deb-remove-trailing-whitespace Home: https://github.com/jenkinsci/packaging Commit: 420f2bdc29d4e6472c2d1d19664f8c5974a4f76b https://github.com/jenkinsci/packaging/commit/420f2bdc29d4e6472c2d1d19664f8c5974a4f76b Author: Sam Gleske <sam.mxra...@gmail.com> Date: 2016-11-07 (Mon, 07 Nov 2016)
Changed paths: M deb/build/build.sh M deb/build/debian/jenkins.default M deb/build/debian/jenkins.init M deb/build/debian/jenkins.postinst M deb/publish/gen.rb Log Message: ----------- Remove trailing white spaces from deb I don't like trailing whitespaces in source files I work with. I could have done all of the files in this repository but only chose to do the ones I care about to help limit the size of the PR. I replaced the trailing whitespace using the following commands. find deb -type f -exec sed -i.bak -E 's/[[:space:]]+$//' {} \; git clean -xfd If you wish to further do this on all files in this repository then simply execute: find * -type f -exec sed -i.bak -E 's/[[:space:]]+$//' {} \; git clean -xfd -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.