Conversation:
Notices
-
@bes One example can be taken from when @bob has packaged !GNUsocial for Debian. I prefer to have everything packed into the same repository - just one git pull (no remote dependencies that when failing will break the build). While Debian wants to split everything into their individual packages, so they can be updated individually. I personally wouldn't be able to keep…
-
@mmn It's of course much better to have separate packaging ("severe bug in PEAR::DB? then just update that package and everyone benefits!", but it's still pretty cumbersome :]) Some of these things have been suggested to be solved in !GNUsocial with using composer for PHP, but given that I have no experience (nor is there a package for composer in Debian Jessie, which …
-
@maiyannah Cool, thanks! Once we decide what is a stable build, it'd be awesome. What @bob's done so far is just play around with our master branch.
-
@bes Also, isolation of web services generally suck in the default distribution packaging. So unless one runs a VM/jail/container for each separate thing one will have security issues because all the services are run with the same user and can thus access each others' files.
-
@bob "generally" :)