annotate scripts/bittend @ 183:fda952491beb

* Normalize separators in file paths to "/" in `FileSet`s, so that pattern matching against `include`/`exclude` patterns also works on Windows. * Add more unit tests for the `FileSet` class.
author cmlenz
date Wed, 31 Aug 2005 15:29:04 +0000
parents 634be6cbb808
children
rev   line source
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
1 #!/usr/bin/env python
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
2 # -*- coding: iso8859-1 -*-
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
3 #
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
4 # Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>
163
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
5 # All rights reserved.
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
6 #
163
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
7 # This software is licensed as described in the file COPYING, which
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
8 # you should have received as part of this distribution. The terms
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
9 # are also available at http://bitten.cmlenz.net/wiki/License.
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
10
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
11 from bitten import master
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
12
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
13 master.main()
Copyright (C) 2012-2017 Edgewall Software