Conversation
Notices
-
Perhaps my big beef with the whole #Github fad is that it discourages developers from packaging anything.
- Christopher Allan Webber likes this.
- Jonathan Kollasch repeated this.
-
That is an interesting/sad side effect.
-
I don't think that's an ethical problem with #github though. More related to "style of publishing"
-
That said, interesting that even in python people tend to install right from git, eg using pip's vcs source install option
-
@cwebber: well, in all honesty packaging in general is still a huge mess. I'm not aware of a code hosting site that makes it painless
-
@n8 how would a code hosting site facilitate packaging? Serious question, maybe there's an opportunity there.
-
@mlinksva yeah; I dunno exactly :) That probably quickly devolves into problems with RPM and Deb themselves. OBS does *something* though….
Mike Linksvayer likes this. -
@mlinksva code hosting w/@jenkinsci built in test, packaging and C&CS "jobs" out-of-the box! #MereMatterOfProgramming
Mike Linksvayer and testuser94022 like this. -
That doesn't seem to be the case with NodeJS.