Jay Taylor's notes

back to listing index

Git - ZNC

[web search]
Original source (wiki.znc.in)
Tags: c++ irc irc-client irc-bouncer freenode chat wiki.znc.in
Clipped on: 2014-11-04

To create new wiki account, please join us on #znc at freenode or efnet and ask admins to create a wiki account for you.

Git

Jump to: navigation, search

What is Git?

(from Wikipedia)

Git is a distributed revision control system with an emphasis on speed. Git was initially designed and developed by Linus Torvalds for Linux kernel development. Every Git working directory is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server.

Is the ZNC code in Git the bleeding edge? How stable is it?

It's definitely cutting edge. Bugfixes will show up in git very early. New big features, however, won't show up in git before they have somewhat stabilized. This means that git versions usually are very stable, but may still contain unknown bugs. If you'd like to help make ZNC better, you are invited to check out the latest revision from git and give it a whirl.

How do I get the latest git version?

There basically are two ways. One way is to use the git client utility from your command line:

git clone git://github.com/znc/znc.git

This version doesn't have ./configure script, so you'll need to generate it first using ./bootstrap.sh. It requires aclocal, pkg-config, automake, autoconf to be installed.

Without git or those tools you can use http://znc.in/nightly/znc-latest.tar.gz to get a tarball of the master branch. New nightly tarball is generated every night, if there has been a fresh update to git. So the tarball can be several hours older than last git.

Also you can browse ZNC history at https://github.com/znc/znc/commits

  • This page was last modified on 20 April 2014, at 16:21.
  • This page has been accessed 15,565 times.
  • Image (Asset 1/1) alt=