All of lore.kernel.org
 help / color / mirror / Atom feed
* PPP source now in git
@ 2008-07-24 12:28 Paul Mackerras
  2008-07-26 12:32 ` Marco d'Itri
  2008-07-28 12:27 ` Paul Mackerras
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Mackerras @ 2008-07-24 12:28 UTC (permalink / raw)
  To: linux-ppp

I finally got sick of using CVS for the PPP source code, so I
converted the repository to a git repository instead.  Thus, if you
want to look at the latest development source code for PPP, you can
either use git clone like this:

git clone git://ozlabs.org/~paulus/ppp.git

and then browse with gitk, git log, etc., and keep it up to date by
doing a git pull every so often.

Or, if you don't want to install git, you can browse the history with
gitweb at

http://git.ozlabs.org/?p=ppp.git;a=summary

Paul.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PPP source now in git
  2008-07-24 12:28 PPP source now in git Paul Mackerras
@ 2008-07-26 12:32 ` Marco d'Itri
  2008-07-28 12:27 ` Paul Mackerras
  1 sibling, 0 replies; 3+ messages in thread
From: Marco d'Itri @ 2008-07-26 12:32 UTC (permalink / raw)
  To: linux-ppp

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

On Jul 24, Paul Mackerras <paulus@samba.org> wrote:

> I finally got sick of using CVS for the PPP source code, so I
> converted the repository to a git repository instead.  Thus, if you
Like CVS, the GIT tree too does not contain the same files of the
official tarball releases.
Can you delete them from the repository head?

BTW, some files in include/linux/ have diverged from the kernel
versions, if they cannot be kept in sync maybe then they should be
removed as well.

This is the rsync filter I use to generate snapshots for the Debian
package:

.cvsignore
/TODO
/ppp.texi
/aix4/
/freebsd-2.0/
/freebsd-2.2.8/
/freebsd-3.0/
/netbsd-1.1/
/netbsd-1.2/
/NeXT/
/osf1/
/sunos4/
/svr4/
/ultrix/
*.aix4
*.bsd
*.netbsd-1.2
*.NeXT
*.osf
*.sunos4
*.svr4
*.ultrix
/pppd/sys-aix4.c
/pppd/sys-bsd.c
/pppd/sys-NeXT.c
/pppd/sys-osf.c
/pppd/sys-sunos4.c
/pppd/sys-svr4.c
/pppd/sys-ultrix.c
+ /linux/Makefile.top
/linux/*
# these files are in tarballs but missing from GIT
/include/linux/if_ether.h
/contrib/

-- 
ciao,
Marco

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PPP source now in git
  2008-07-24 12:28 PPP source now in git Paul Mackerras
  2008-07-26 12:32 ` Marco d'Itri
@ 2008-07-28 12:27 ` Paul Mackerras
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Mackerras @ 2008-07-28 12:27 UTC (permalink / raw)
  To: linux-ppp

Marco d'Itri writes:

> Like CVS, the GIT tree too does not contain the same files of the
> official tarball releases.
> Can you delete them from the repository head?

Sure, done.

> BTW, some files in include/linux/ have diverged from the kernel
> versions, if they cannot be kept in sync maybe then they should be
> removed as well.

These days it should be possible to use the distros' versions for the
things in include/linux and include/net, I would think.  We do have
some definitions in those files that would need to be moved elsewhere,
though.

Paul.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-28 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-24 12:28 PPP source now in git Paul Mackerras
2008-07-26 12:32 ` Marco d'Itri
2008-07-28 12:27 ` Paul Mackerras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.