Commit graph

193 commits

Author SHA1 Message Date
riscy
ee9d68220e simplify travis environment variables 2020-04-15 23:31:49 -07:00
riscy
5dc65b7c9d check emacsmirror for packages with same name
...in addition to MELPA, as described in #6
2020-04-15 23:31:49 -07:00
Chris Rayner
6064b34d3e
Merge pull request #7 from Silex/patch-1
Fix paths in README
2020-04-15 23:14:55 -07:00
Philippe Vaucher
91c4a2fe1b
Fix paths in README 2020-04-16 07:58:36 +02:00
riscy
13ee17fffd use simple tokenize_expression to get package name 2020-03-16 21:57:34 -07:00
riscy
7efa174d82 build fewer recipes during CI 2020-03-16 21:57:34 -07:00
riscy
07648c6c16 jump through hoop to upgrade org-mode 2020-03-16 21:57:34 -07:00
riscy
ecc217439d drop support for locally hosted packages 2020-03-16 21:57:34 -07:00
riscy
70f0190358 clean up comments, tighten up func/variable names 2020-03-16 21:57:34 -07:00
riscy
84ef4780d1 don't check -pkg.el files for license boilerplate 2020-03-16 21:57:34 -07:00
riscy
5755c334be fix cloning checks 2020-03-16 21:57:34 -07:00
riscy
5751e13897 clean up a handful of lint messages 2020-03-16 21:57:34 -07:00
riscy
3b827d503d always prefer 'master' as the default branch
per https://github.com/melpa/melpa/pull/6712
2020-03-16 21:57:34 -07:00
riscy
2e19cad16d add load-file check to byte-compilation 2020-03-16 21:57:34 -07:00
riscy
bcfb48950d rely on MELPA machinery for more scripting 2020-03-16 21:57:34 -07:00
riscy
ed5d2143d1 tidy up package details output 2020-03-16 21:57:34 -07:00
riscy
bd07a1e4b7 misc cleanup; lru_cache some functions; rm doctest 2020-03-16 21:57:34 -07:00
riscy
45a6f97a94 improve lisp usage; split out recipe_struct_elisp 2020-03-16 21:57:34 -07:00
riscy
c941f67155 rm su-exec and other Dockerfile cleanup 2020-03-16 21:57:34 -07:00
riscy
6e71b9d79c reword and revise order of license/recipe checks 2020-03-16 21:57:34 -07:00
riscy
990b092f87 fix return_code handling; fix recipe output 2020-03-16 21:57:34 -07:00
riscy
ca4b1c6fa1 simplify 'patch' hack 2020-03-16 21:57:34 -07:00
riscy
9750ff8868 don't require recipe name to get clone address 2020-03-16 21:57:34 -07:00
riscy
584f46f51c cache package_recipe.el download 2020-03-16 21:57:34 -07:00
riscy
1cbb36de09 improve variable naming (name -> filename) 2020-03-16 21:57:34 -07:00
Chris Rayner
9d7cbc456d
Merge pull request #2 from conao3/fix-phony-target
Fix phony target
2020-03-02 07:24:27 -08:00
conao3
532e23c1d5
fix phony target 2020-03-02 18:08:56 +09:00
riscy
0768e89231 improve handling of recipes with comments in them 2020-03-01 21:14:52 -08:00
riscy
001e53844c don't attempt to normalize recipes 2020-03-01 18:17:32 -08:00
riscy
84214c864a add basic mercurial support 2020-03-01 17:34:28 -08:00
riscy
be9ba9229d add requirements.txt 2020-03-01 17:13:53 -08:00
riscy
61eacf1d98 create installable python package 2020-03-01 17:02:42 -08:00
riscy
f5c42a2537 normalize recipes for prettier output 2020-03-01 15:42:23 -08:00
riscy
e46b38fa3d don't print out makefile info line 2020-03-01 15:32:44 -08:00
riscy
deb475c5b8 add 'RECIPE_FILE' support; rename 'check_recipe' 2020-03-01 15:07:12 -08:00
riscy
1a7ad10c57 add to default-recipe nag 2020-03-01 13:38:02 -08:00
riscy
2ad1e2aa78 improve handling of branch specifier 2020-03-01 13:34:33 -08:00
riscy
5eb797eb80 miscellaneous cleanup; improve module docstring 2020-03-01 13:34:17 -08:00
riscy
2ed429e71f pack away Dockerfile 2020-03-01 13:33:23 -08:00
riscy
ecaa63f063 add humongous jdee recipe to build script 2020-03-01 12:51:00 -08:00
riscy
10f72887d1 misc small output improvements 2020-03-01 12:51:00 -08:00
riscy
3888690118 improve handling of things we can't build 2020-03-01 12:51:00 -08:00
riscy
be634de659 tidy up code; update a couple warning messages 2020-03-01 12:50:47 -08:00
riscy
c531ff026a add small validate_recipe function 2020-03-01 09:21:04 -08:00
riscy
fcb239e20f improve output wording 2020-02-29 23:50:00 -08:00
riscy
373456666f add crude -pkg.el handling; add magit recipe check 2020-02-29 23:49:55 -08:00
riscy
17a341b562 add note re: failure on builds that have errors 2020-02-29 23:49:01 -08:00
riscy
52b2561d3d add mypy check 2020-02-29 23:48:56 -08:00
riscy
448b664580 fix need to specify both CLONE_URL and RECIPE 2020-02-29 17:59:36 -08:00
riscy
328d9901fa clean up some error handling 2020-02-29 16:21:45 -08:00