From 19e522da85965a058fe60ab74270dc6cdfc4e0b9 Mon Sep 17 00:00:00 2001 From: "smh22@boulderdash.cl.cam.ac.uk" Date: Wed, 20 Nov 2002 10:59:23 +0000 Subject: bitkeeper revision 1.1 (3ddb6b0c6FeYAg9nt1aGPFifRbv9-Q) Initial repository create --- BitKeeper/etc/config | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++ BitKeeper/etc/ignore | 2 + 2 files changed, 104 insertions(+) create mode 100644 BitKeeper/etc/config create mode 100644 BitKeeper/etc/ignore (limited to 'BitKeeper') diff --git a/BitKeeper/etc/config b/BitKeeper/etc/config new file mode 100644 index 0000000000..273ce1f954 --- /dev/null +++ b/BitKeeper/etc/config @@ -0,0 +1,102 @@ +# This is the BitKeeper configuration for this package. +# +# Please take a minute to fill it out carefully, it needs to be accurate. +# +# NOTICE: you really do want to fill this out, if something goes wrong +# with your repository, or if someone changes the logging policy, we +# send mail to the contact listed here for confirmation. +# +# BitKeeper can maintain a log of your change comments (not your source, +# just the comments) on a centralized server. This is useful as your +# project grows, it gives people a place to go see what is happening on +# a per project basis. This is especially useful for distributed developers. +# + +# +# Name of the project, such as "BitKeeper" or "The GNU C compiler". +# +description: XenoServer Source +# +# What (RedHat package) category this project fits into, if any. +# +category: +# +# Open Logging server. This site is where users go to see the +# ChangeSet comments for all instances of this repository. This must +# be logging@openlogging.org for usage under the terms of the BKL, +# "bk help bkl" will show you the default licensing terms. If this +# repository is commercial it can be an internal email address or "none" +# to disable logging. +# +logging: logging@openlogging.org +# +# You do not have a license for BitKeeper and the logging field in the +# BitKeeper/etc/config file is not set to "logging@openlogging.org". +# You either need a commercial license (to run without open logging), +# or you need to convert your package to single user, or you need to +# configure your package to use openlogging. Until you have done one of +# those, you may not create any changesets. +# +# You can get a temporary license by sending a mail request +# to sales@bitmover.com. +# +# BitMover can be reached in the United States at 415-401-8808 +# during business hours (PST) or via email at sales@bitmover.com. +# Thanks! +license: +licsign1: +licsign2: +licsign3: +# +# If this field is set, all checkins will appear to be made by this user, +# in effect making this a single user package. Single user packages are +# free from the logging constraint up to a maximum of 1000 files. In order +# for the package to really be free, both the single_user and the single_host +# field need to be set. +# +single_user: +# +# If this field is set, all checkins will appear to be made on this host. +# +single_host: +# +# Default compression algorithm for stored s.files is gzip. +# If you want no compression, set this to "none". +# +compression: gzip +# +# Default is to autofix problems found by check. +# If you want to manually fix them, set this to "no". +# +autofix: yes +# +# Contact person for this project. This is whoever is the person that +# should be contacted with update information or contacted if BitKeeper +# discovers a problem which requires local intervention. Please make the +# contact information accurate so we can support you. +# +contact: Steven Hand +# +# It is very important that this email address is filled out and accurate. +# If someone converts your repository to open logging (which you may not +# want), we will contact this email address for confirmation that you really +# did want open logging. If the email address is inaccurate and we get no +# response from anyone else at your location after 90 days, then open logging +# will be implicitly approved. +# +email: bk+steven.hand@cl.cam.ac.uk +# +# Add your street address if you like, it is optional. +# +street: +city: +state: +postal: +country: +phone: +cell: +pager: +# +# Business Hours when we can contact you if you left a phone number. +# +hours: diff --git a/BitKeeper/etc/ignore b/BitKeeper/etc/ignore new file mode 100644 index 0000000000..f95132321e --- /dev/null +++ b/BitKeeper/etc/ignore @@ -0,0 +1,2 @@ +BitKeeper/*/* +PENDING/* -- cgit v1.2.3