summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-17sed -i 's/lukeshu@sbcglobal\.net/lukeshu@lukeshu.com/'HEADv0.5.3masterLuke Shumaker
2019-03-17make clean: Don't forget about 'jh.sh'Luke Shumaker
2019-03-17checksource: Allow 'application/json'Luke Shumaker
2014-07-26checksource: more typesLuke Shumaker
2014-06-20jh-checksource: optimize furtherLuke Shumaker
2014-06-20Optimize jh-checksourceLuke Shumaker
I didn't think it needed optimizing, but on my abslibre checkout, it was taking 48-point-something seconds. Now it takse 14-point-something seconds.
2014-06-07jh-checksource: small cleanupsLuke Shumaker
2014-06-07jh-checksource: ignore .flw, .odg, .ppt file extensionsLuke Shumaker
2014-05-29jh-mvn-localrepo: simplify XPATH selectorLuke Shumaker
2014-02-01jh-help: fix indentationv0.5.2Luke Shumaker
2014-02-01jh-checksource: don't use string interpolation with libremessagesLuke Shumaker
2014-02-01Makefile: have jh-bindir default to /lib/jh, not /share/jhLuke Shumaker
2014-01-07Fix typos in help textLuke Shumaker
2013-08-05jh-checksource: allow message/rfc822Luke Shumaker
2013-06-22'>'/'<' do lexicographic comparison, we want integerv0.5.1Luke Shumaker
2013-05-16oops, I'm a dummyv0.5Luke Shumaker
2013-05-16jh-mvn-install: switch 4th & 5th arguments to make jarfile optionalLuke Shumaker
This of course, breaks compatibility with every program that uses it.
2013-05-14jh-mvn-install: optionally create a symlink in /usr/share/javav0.4.1Luke Shumaker
2013-05-12jh-mvn-basename: properly handle "." in groupIdv0.4Luke Shumaker
2013-05-12fix jh-mvn-basename and jh-mvn-installLuke Shumaker
2013-05-12adjust to not hardcode where the jh-* programs areLuke Shumaker
2013-05-12fix MakefileLuke Shumaker
2013-05-12Specify that this is under the WTFPLLuke Shumaker
2013-05-12simplify by moving usage() into jh-help, jh no longer needs to be includedLuke Shumaker
2013-05-12clean up MakefileLuke Shumaker
* use $(bindir) * use $(pkgdatadir) * remove jh-mksource
2013-05-12Sourcing a file from Bash checks the path, I don't need to hard-code itLuke Shumaker
2013-05-12rm jh-mksource*Luke Shumaker
jh-mksource is now superfluous with makepkg 4.1 and librefetch
2013-05-12jh-checksource: update help text for the -m flagLuke Shumaker
2013-05-12jh-checksource: ignore more filesLuke Shumaker
* ignore everything with the "audio/*" type * ignore XML files * ignore OGG files * ignore "*.git" directories * ignore gettext files based on filename ('/po/^[^/]*.gmo$')
2013-05-12jh-checksource: optimize check that reports whether unsafe files were foundLuke Shumaker
2013-05-12jh-checksource: local variablesLuke Shumaker
2013-05-12jh-checksource: remove temp files even for abnormal terminationLuke Shumaker
2013-04-25improve jh-checksourceLuke Shumaker
Code-wise: * add `-m` flag for machine readable * use mime-types instead of user-readable strings * ignore files less than 3 bytes Settings-wise: * ignore _all_ `inode/*`, `text/*`, `image/*` and `video/*` types * ignore PDFs and PostScript * ignore .hg files
2012-10-30have mvn-localrepo fall back to a default if settings.xml doesn't existv0.3.3Luke Shumaker
2012-10-19jh: fix usage()v0.3.2Luke Shumaker
2012-10-19jh-checksource: add more to the whitelistLuke Shumaker
2012-10-19jh-checksource: sort the unsafe files when printing themLuke Shumaker
2012-10-18fix a typov0.3.1Luke Shumaker
2012-10-18rewrite jh-checksourcev0.3Luke Shumaker
2012-10-18fix several "small" problemsLuke Shumaker
2012-10-10what is wrong with me?Luke Shumaker
2012-10-10fix problems with jh-checksourceLuke Shumaker
2012-10-10fix an error in checksourceLuke Shumaker
2012-10-10add 'checksource' and 'mksource'Luke Shumaker
2012-09-28Add a 'clean' targetLuke Shumaker
2012-09-28Change how the main help menu worksLuke Shumaker
2012-09-28Add a list-commands commandLuke Shumaker
2012-09-28Remove the empty line after the usage line in help files.Luke Shumaker
2012-09-28Add a help file for the help commandLuke Shumaker
2012-09-27fix me accidentally starting the args array at 0Luke Shumaker