nixers community git - Community & Forums Related Discussions
Users browsing this thread: 2 Guest(s)
|
|||
there any plans for a nixers community git? code review, mentoring, collaboration, etc?
|
|||
|
|||
I guess this is what you're looking for: https://github.com/nixers-projects
Although this are the "community" projects, most of us also help each other's more personal projects. You can even find some of those in the Programming Week thread from the June Events. I'd look it up, but I'm on my phone (might edit later). |
|||
|
|||
(13-07-2017, 08:19 PM)robotchaos Wrote: there any plans for a nixers community git? code review, mentoring, collaboration, etc?We have a github group as acg mentioned and we also have the "Programming on Unix" section. Currently we don't host a dedicated git service like gitlab or others. If someone wants to set it up we can point git.nixers.net to it. |
|||
|
|||
i like gogs and cgit. any preferences?
|
|||
|
|||
If it absolutely has to be git instead of hg or darcs, my vote goes to stagit.
http://git.2f30.org/stagit/ -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
i love 2f30. i was thinking along the lines of git.2f30.org in fact. any examples of stagit in use?
|
|||
|
|||
(17-07-2017, 12:03 AM)robotchaos Wrote: i love 2f30. i was thinking along the lines of git.2f30.org in fact. any examples of stagit in use? http://git.z3bra.org http://git.codemadness.org http://git.xpub.nl http://git.nixers.net ? Probably others too. :) |
|||
|
|||
my common stagit css overrides:
Code: body { |
|||
|
|||
stagit is awesome
|
|||
|
|||
so git.2f30.org is actually running stagit?
|
|||
|
|||
Yes, it is.
Edit: horrible grammar. -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
(18-07-2017, 03:59 AM)jkl Wrote: Yes, it is. Of course it is, they created it!. I use it myself so I know how to set it up. I have a few spare servers, so I volunteer to host it. Here is what I propose: * all members have push/pull rights on all repos * all members can create/delete repos * http:// and git:// access over internet * ssh:// access over VPN * stagit updated after each push * BONUS: maillist for push/tags/new repo? The first point is controversial, but setting up per-user ACLs is not worth it IMO. At first, I'll be the only person responsible for adding pubkeys to the "git" account (it's a personnal server), but I'll be ok to reconsider this once everything is setup. Would that be ok? |
|||
|
|||
|
|||
(18-07-2017, 10:28 AM)z3bra Wrote: * all members have push/pull rights on all repos Nice. Thank you. If I'm serious into C I would definitively use that. |
|||
|
|||
thanks for volunteering z3bra! let us know once it's up. i would love to start using it.
|
|||
|
|||
I'd probably push my next project to it just to see the outcome.
Is there a chance for a Gopher mirror? My next project is Gopher-related and there is a stagit-gopher branch available. -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
Everything is now up and running! The server is running at 163.172.89.172. There are virtualhosts in place, so you MUST access it using http://git.nixers.net (edit your /etc/hosts until venam updates the DNS).
For now I added a project of mine to the repo, so you guys can test it. @jkl: send me your pubkey if you wanna start publishing. And yes, stagit-gopher is on my todo list ;) @venam: can you add a CNAME for git.nixers.net and pub.nixers.net so they point to orbb.z3bra.org please? Also, I think you have a mail server for the newsletter. Shall we use it for commits/releases? |
|||
|
|||
Thanks, z3bra!
I'm not familiar with stagit. Do we have to contact you if we want to publish a new repo, or is one created upon a push? |
|||
|
|||
(18-07-2017, 08:35 PM)z3bra Wrote: @venam: can you add a CNAME for git.nixers.net and pub.nixers.net so they point to orbb.z3bra.org please? Also, I think you have a mail server for the newsletter. Shall we use it for commits/releases?I've pointed git.nixers.net to the right IP but what's the deal with the pub? |
|||
|
|||
(18-07-2017, 11:26 PM)Tmplt Wrote: I'm not familiar with stagit. Do we have to contact you if we want to publish a new repo, or is one created upon a push? stagit is only responsible for presenting git repos in static HTML format. It won't perform any action by itself. The git user on the server uses git-shell(1) as its shell, and I created a few commands to manage repositories remotely: Code: $ ssh git@git.nixers.net help That should be sufficient for now. I'll add more later if need be. @venam: pub.nixers.net is the virtual host where release tarballs will be created. I've setup a cronjob to create a tarball for all tags in all repositories, and export them to http://pub.nixers.net/releases/ (like what I do here: http://dl.z3bra.org/releases). I can export them to http://git.nixers.net/releases is needed though (or virtually anything else), that's as you wish. |
|||
|
|||
I deliberately did not create a "delete-repo" command for now, so please be careful when you create repositories.
|
|||
|
|||
(19-07-2017, 03:31 AM)z3bra Wrote: @venam: pub.nixers.net is the virtual host where release tarballs will be created. I've setup a cronjob to create a tarball for all tags in all repositories, and export them to http://pub.nixers.net/releases/ (like what I do here: http://dl.z3bra.org/releases). I can export them to http://git.nixers.net/releases is needed though (or virtually anything else), that's as you wish.It's probably preferable to not have multiple hosts for release and source. I'm voting for http://git.nixers.net/releases |
|||
|
|||
No prob then, I'll fix that :)
|
|||
|
|||
-- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
|
|||
|
|||
Looks great!
EDIT: Don't try to bypass the character limit. -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
(19-07-2017, 09:58 AM)z3bra Wrote: There you go, people from the 70's! whaaaaaaat |
|||
|
|||
(19-07-2017, 09:58 AM)z3bra Wrote: There you go, people from the 70's! I really like that |
|||
|
|||
Could a `change-owner <name> <owner>` command be added? And are there plans for SSL?
|
|||
|
|||
Nice. However, I can't reach http://git.nixers.net, weird.
Edit: It just keeps loading forever. Edit 2: Using Chromium 59.0.3071.115. |
|||