framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

Manually specify source location #44

Closed elliot42 closed 9 years ago

elliot42 commented 9 years ago

Prior to this commit, Leiningen would auto-infer the git source information (which Clojars displays prominently). For forks, this is broken--it will think the canonical source comes from your fork, and then display that fork in Clojars. This wrong, so manually specify the location of the upstream fork so Leiningen/Clojars knows to display that, rather than any individual dev fork.

elliot42 commented 9 years ago

Example of wrongness: https://clojars.org/io.framed/overseer/versions/0.6.1

andrewberls commented 9 years ago

:+1: Interesting. Are you deploying to clojars from your fork?

elliot42 commented 9 years ago

yeah all my projects are forks

elliot42 commented 9 years ago

And it looks like you just forked as well, so figured I'd get this in.

elliot42 commented 9 years ago

Although now I'm not seeing you having a fork

elliot42 commented 9 years ago

Okay apparently this just removed the link instead of fixing it. Apparently you can't just copy how prismatic did it. I hate everything.

andrewberls commented 9 years ago

I do still have a fork; maybe it's a Github permissions thing? Regardless my fork is a home for experimental features, not for fork-based day to day development

5899399978_655576158f_b