~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to README.bk

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-10-11 16:10:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011161027-icyjbji8ujym633o
Tags: 1:4.2.0a-10ubuntu2
Use ntp.ubuntulinux.org instead of pool.ntp.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
In order to use the BitKeeper repository version of NTP you will have
 
2
to have the following tools installed:
 
3
 
 
4
        autoconf        2.58 or later
 
5
        automake        1.8 or later
 
6
        lynx
 
7
 
 
8
Lynx is used to generate the COPYRIGHT file.  Don't ask.
 
9
 
 
10
You can get bitkeeper by visiting:
 
11
 
 
12
        http://www.bitkeeper.com/ 
 
13
 
 
14
We are using bitkeeper under their free license program.  You can use
 
15
bitkeeper for free to access NTP, too.  If you have questions about this,
 
16
please ask.  The license is pretty easy to read.
 
17
 
 
18
Once you have installed bitkeeper, you can clone any NTP repository.
 
19
 
 
20
You can get the ntp-stable repository by either of the following commands:
 
21
 
 
22
     bk clone bk://www.ntp.org/home/bk/ntp-stable ntp-stable
 
23
 
 
24
     bk clone bk://ntp.bkbits.net/ntp-stable ntp-stable
 
25
 
 
26
You can get the ntp-dev repository by either of the following commands:
 
27
 
 
28
     bk clone bk://www.ntp.org/home/bk/ntp-dev ntp-dev
 
29
 
 
30
     bk clone bk://ntp.bkbits.net/ntp-dev ntp-dev
 
31
 
 
32
If you are stuck behind a firewall that blocks access to the default port
 
33
used by bitkeeper (14690) but you can use port 80 instead, you can use
 
34
http as a bk transport mechanism.  Just use:
 
35
 
 
36
     bk clone http://ntp.bkbits.net/REPO REPO
 
37
 
 
38
Finally, it's possible to use SMTP as a bk transport mechanism.  So far, we
 
39
haven't tried this.
 
40
 
 
41
Once you have obtained the sources, do the following:
 
42
 
 
43
        cd REPO
 
44
        bk -r edit              to check out the files
 
45
        autoreconf -f -i        generates configure and Makefile.in's
 
46
 
 
47
and you should be ready to go.  You will get some warning messages from
 
48
autoreconf.  Ignore these messages.
 
49
 
 
50
You can update your repository by incanting:
 
51
 
 
52
        cd REPO
 
53
        bk pull
 
54
 
 
55
If you want to submit patches, please see the README.hackers file.