diff options
author | 2009-02-17 22:36:25 +0530 | |
---|---|---|
committer | 2009-02-17 22:44:37 +0530 | |
commit | 003d4780cfe5c84107d4ee7d94c3b3fba24c57c1 (patch) | |
tree | 184a1a6fcc57b5aaf86863317d0b4e0147562525 /master/.gitignore | |
parent | Update autotua-slave with ~amd64 KEYWORD (diff) | |
download | autotua-003d4780cfe5c84107d4ee7d94c3b3fba24c57c1.tar.gz autotua-003d4780cfe5c84107d4ee7d94c3b3fba24c57c1.tar.bz2 autotua-003d4780cfe5c84107d4ee7d94c3b3fba24c57c1.zip |
Use `make` for autotua-master
* The main reason for this build-system is the absence of librsvg on most
servers where autotua-master will be built. Hence, `make dist` will generate
.pngs for the tarball
* You need to specify the versions only in Makefile/setup.py now
* Tarball creation support => we can have an ebuild for autotua-master based on
the webapp eclass
* New build systems -> 96x96 images are now suffixed with "-large"
- Fix master/master/templates/frontpage.html for new images
* `make dist` ftw!
- Update scripts/do-release.sh for changes
- Also fix a few bugs
- And remove "scp" support (manual > automatic)
Diffstat (limited to 'master/.gitignore')
-rw-r--r-- | master/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/master/.gitignore b/master/.gitignore new file mode 100644 index 0000000..9ddbdf9 --- /dev/null +++ b/master/.gitignore @@ -0,0 +1,2 @@ +.dist/ +build/ |