diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-10 20:55:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-10 20:55:54 +0000 |
| commit | cd1564baa1f778c3d35b45c9ef0526f5f76748fe (patch) | |
| tree | 05331b82af0c2b95c9f5d141c2cfb99be170918a | |
| parent | 0ab3b98261ecaf8e7dfa9f26b8c084a71718edd7 (diff) | |
all-deb script.
| -rwxr-xr-x | builds/all-deb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/builds/all-deb b/builds/all-deb new file mode 100755 index 000000000..65af83e1b --- /dev/null +++ b/builds/all-deb @@ -0,0 +1,6 @@ +#!/bin/bash -e + +builds/deb 12.04 64 +builds/deb 12.10 64 +builds/deb 12.04 32 +builds/deb 12.10 32 |
