[Buildbot-commits] buildbot/buildbot/test/mail syncmail.5,NONE,1.1
Brian Warner
warner at users.sourceforge.net
Fri May 6 04:42:42 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/test/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21843/buildbot/test/mail
Added Files:
syncmail.5
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-137
Creator: Brian Warner <warner at monolith.lothar.com>
Merged from org.apestaart at thomas--buildbot (patch 0-2), warner at monolith.lothar.com--2005 (patch 0-3)
Merged in Change(tag=) enhancement from Thomas Vander Stichele.
Patches applied:
* org.apestaart at thomas--buildbot/buildbot--cvstag--0-dev--base-0
tag of org.apestaart at thomas--buildbot/buildbot--cvstag--0-rel--patch-2
* org.apestaart at thomas--buildbot/buildbot--cvstag--0-dev--patch-1
tag of org.apestaart at thomas--buildbot/buildbot--cvstag--0-rel--patch-2
* org.apestaart at thomas--buildbot/buildbot--cvstag--0-rel--base-0
tag of org.apestaart at thomas--buildbot/buildbot--releases--0--patch-2
* org.apestaart at thomas--buildbot/buildbot--cvstag--0-rel--patch-1
merge in first patch on the old cvsbranch branch
* org.apestaart at thomas--buildbot/buildbot--cvstag--0-rel--patch-2
merge in complete cvsbranch to this new branch
* org.apestaart at thomas--buildbot/buildbot--releases--0--base-0
tag of arch at buildbot.sf.net--2004/buildbot--dev--0--patch-21
* org.apestaart at thomas--buildbot/buildbot--releases--0--patch-1
merge in 0.6.3 release
* org.apestaart at thomas--buildbot/buildbot--releases--0--patch-2
merge in 0.6.4 release
* org.apestaart at thomas/buildbot--cvsbranch--0--base-0
tag of org.apestaart at thomas/buildbot--releases--0.6.2--patch-2
* org.apestaart at thomas/buildbot--cvsbranch--0--patch-1
add "tag" concept to changes, and add isTagImportant to be overridden
* org.apestaart at thomas/buildbot--cvsbranch--0--patch-2
and add the file to test with
* org.apestaart at thomas/buildbot--cvsbranch--0--patch-3
clean up logging
* org.apestaart at thomas/buildbot--cvsbranch--0--patch-4
unboundlocalerror fix
* warner at monolith.lothar.com--2005/buildbot--dev--0--base-0
tag of arch at buildbot.sf.net--2004/buildbot--dev--0--patch-130
* warner at monolith.lothar.com--2005/buildbot--dev--0--patch-1
Merged from arch at buildbot.sf.net--2004 (patch 131-136)
* warner at monolith.lothar.com--2005/buildbot--dev--0--patch-2
Merged from org.apestaart at thomas--buildbot cvstag--0-dev (patch 0-2)
* warner at monolith.lothar.com--2005/buildbot--dev--0--patch-3
add some docs, document Change(tag=)
--- NEW FILE: syncmail.5 ---
>From thomas at otto.amantes Mon Feb 21 17:46:45 2005
Return-Path: <thomas at otto.amantes>
Received: from otto.amantes (otto.amantes [127.0.0.1]) by otto.amantes
(8.13.1/8.13.1) with ESMTP id j1LGkjr3011986 for <thomas at localhost>; Mon,
21 Feb 2005 17:46:45 +0100
Message-Id: <200502211646.j1LGkjr3011986 at otto.amantes>
From: Thomas Vander Stichele <thomas at otto.amantes>
To: thomas at otto.amantes
Subject: test1 s
Date: Mon, 21 Feb 2005 16:46:45 +0000
X-Mailer: Python syncmail $Revision: 1.1 $
<http://sf.net/projects/cvs-syncmail>
Content-Transfer-Encoding: 8bit
Mime-Version: 1.0
Update of /home/cvs/test/test1
In directory otto.amantes:/home/thomas/dev/tests/cvs/test1
Added Files:
Tag: BRANCH-DEVEL
MANIFEST Makefile.am autogen.sh configure.in
Log Message:
stuff on the branch
--- NEW FILE: Makefile.am ---
SUBDIRS = src
# normally I wouldn't distribute autogen.sh and friends with a tarball
# but this one is specifically distributed for demonstration purposes
EXTRA_DIST = autogen.sh
# target for making the "import this into svn" tarball
test:
mkdir test
for a in `cat MANIFEST`; do \
cp -pr $$a test/$$a; done
tar czf test.tar.gz test
rm -rf test
--- NEW FILE: MANIFEST ---
MANIFEST
autogen.sh
configure.in
Makefile.am
src
src/Makefile.am
src/test.c
--- NEW FILE: autogen.sh ---
#!/bin/sh
set -x
aclocal && \
autoheader && \
autoconf && \
automake -a --foreign && \
./configure $@
--- NEW FILE: configure.in ---
dnl configure.ac for version macro
AC_INIT
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(test, 0.0.0)
AC_PROG_CC
AC_OUTPUT(Makefile src/Makefile)
More information about the Commits
mailing list