diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 18:20:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 18:20:31 -0400 |
| commit | 9556734c02a0b05764e83419ae72710908419cdc (patch) | |
| tree | d60d67bb93a978f0cdce026d89ad46ae61d68487 /propellor.cabal | |
| parent | 2be51d0332a14fae68d18e61ed448a659ed789b1 (diff) | |
got tired of needing to cherry-pick changes into joeyconfig, wrote a hook
So, when I merge some branch into joeyconfig, config.hs will automatically
be updated to point to joeyconfig.hs again, even if the merge changes it.
And, when I merge joeyconfig into master, config.hs will be pointed back to
config-simple.hs
This may also be useful for others who maintain a branch like joeyconfig.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index 7c781c43..1366d89e 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -16,8 +16,9 @@ Extra-Source-Files: CHANGELOG Makefile config-simple.hs - config-joey.hs + joeyconfig.hs config.hs + contrib/post-checkout-hook debian/changelog debian/README.Debian debian/compat |
