Brian Warner
d8e60f82a4
add test-pip-install
2015-06-16 13:46:43 -07:00
Daira Hopwood
61f3d5ae13
Move computation of Tahoe version from Makefile to build-osx-pkg.sh. refs #2393
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2015-03-24 16:41:43 +00:00
Brian Warner
c12d49b54e
create/test/upload tahoe-lafs-VERSION-osx.pkg, not tahoe-lafs-osx.pkg
...
Closes ticket:2393
2015-03-21 14:20:00 -07:00
Brian Warner
05c6966801
move build-osx-pkg out to a separate shell script
...
Also remove the duplicate test-osx-pkg (i.e. don't run the test as part
of the build, and have the caller do it themselves later).
2015-03-21 14:12:21 -07:00
Brian Warner
7846f5f9c8
Makefile: add upload-osx-pkg rule
2015-03-20 10:52:48 -07:00
Ramakrishnan Muthukrishnan
c2e415b312
Makefile: make "build-osx-pkg" build target depend on the "build" target
2015-01-13 15:01:46 +05:30
Daira Hopwood
4e3b5b7f48
Makefile: make APPNAME a variable.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2014-12-05 17:53:13 +00:00
Daira Hopwood
f4d40ffcbf
misc/build_helpers/test-osx-pkg.py: script to test the OS X pkg.
...
After extracting the contents of the package, this script looks at the
output of 'tahoe --version-and-path' to see if the modules are installed
and invoked from the right path.
Author: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2014-10-20 17:52:46 +01:00
Ramakrishnan Muthukrishnan
fad766a885
clean target should remove the pkg file.
2014-10-20 17:52:46 +01:00
Daira Hopwood
74689af7a1
New make target for OS X package creation.
...
Author: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2014-10-20 17:52:46 +01:00
Zooko
f0ef82bfac
remove all the unused scripts from build_helpers
...
Fixes #2305 .
2014-09-30 03:54:55 +00:00
Brian Warner
2584169f7f
Makefile: remove 'twisted' from SOURCES
2014-09-09 10:31:05 -07:00
Daira Hopwood
53dc723184
Update .PHONY declarations in Makefile.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2014-09-08 22:49:54 +01:00
Daira Hopwood
4f51040313
Update coverage-related targets in Makefile. refs #1698
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2014-09-08 22:49:23 +01:00
Daira Hopwood
7046636c74
Delete useless stuff from Makefile.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2014-09-08 22:47:31 +01:00
Brian Warner
83068a90c8
Makefile: fix test-clean by using 'distclean'
2014-09-02 18:32:27 -07:00
Daira Hopwood
7f10bf07df
Makefile: update comment for 'make clean'.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-10-10 19:50:49 +01:00
Daira Hopwood
95567e55a2
Add 'make distclean'.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2013-10-10 17:47:30 +01:00
Zooko Wilcox-O'Hearn
70939fb454
remove tahoe egg-info dir from the "clean" rule
...
fixes #2092
2013-10-10 01:52:44 +00:00
Daira Hopwood
aa29f2655d
tahoe debug trial: print a warning message if testing uncommitted code. fixes #1992
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-08-31 18:01:34 +01:00
Daira Hopwood
d85a75d7f6
Makefile: remove 'install' target. fixes #1717
...
Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
2013-05-25 03:58:38 +01:00
Brian Warner
ea05241176
Makefile: oops, fix tahoe-deps/tahoe-lafs-deps mismatch
...
which broke fetch-and-unpack-deps
2013-04-24 15:20:47 -07:00
Brian Warner
8d4f68bc09
update deps URLs to use "tahoe-lafs" instead of bare "tahoe"
2013-04-24 14:58:27 -07:00
Brian Warner
9e449db50b
Makefile: re-enable tarball uploads for "master" branch
2013-03-19 12:18:27 -07:00
David-Sarah Hopwood
57017cebe8
Makefile: increase filesystem size for 'make tmpfstest'.
...
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
2012-11-16 20:30:19 +00:00
David-Sarah Hopwood
edc1f5f67f
Makefile: add 'make tmpfstest', which uses a tmpfs for _trial_temp.
...
This probably only works on Linux. It uses sudo to mount and unmount the tmpfs,
which may prompt for a password. refs #20
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
2012-10-25 02:16:21 +01:00
david-sarah
8d020aaba2
Makefile: in check-umids, exclude 'old.py' to avoid false positives.
2012-07-01 20:17:11 +00:00
david-sarah
1b4474d1ae
Makefile: Add 'check-rst' target to check .rst files for errors. Also add 'doc-checks' which at the moment just runs check-rst, but might do more in future. fixes #1780
2012-06-23 23:23:19 +00:00
Brian Warner
a133c08732
minor: hush pyflakes, move pycryptopp dep to unconditional section
...
Also change Makefile's "pyflakes" rule to emit less output, so buildbot will
count errors properly.
2012-03-13 23:20:35 -07:00
Brian Warner
fe1df149e1
make provisioning/reliability work in the new location, fix tests
2012-02-16 22:29:05 +00:00
Brian Warner
f62c25f419
Makefile: fix 'make-version' to use git-or-darcs, not just darcs
2012-01-12 13:06:54 -08:00
Brian Warner
d887782418
add test-git-ignore.py, to port the 'clean' buildbot test to git
...
add .gitignore to match .darcs-boringfile, mostly
2012-01-08 14:12:32 -08:00
Brian Warner
5a1463d587
Makefile count-lines: let it work on OS-X (-l not --lines), add XXX
...
OS-X's simple-minded /usr/bin/wc doesn't understand --lines, but everyone
understands -l .
2011-11-09 10:42:27 -08:00
david-sarah
be1c94893f
Add misc/coding_tools/check-miscaptures.py to detect incorrect captures of variables declared in a for loop, and a 'make check-miscaptures' Makefile target to run it. (It is also run by 'make code-checks'.) This is a rewritten version that reports much fewer false positives, by determining captured variables more accurately. fixes #1555
2011-10-07 07:41:21 +00:00
david-sarah
0d0bbbbe0a
Makefile: include misc/ directories other than misc/build_helpers in SOURCES. refs #1557
2011-10-07 03:29:58 +00:00
Brian Warner
0a9d6e1db0
Makefile/upload-tarballs: remove bash-ism in shell conditional
...
The "[" command is defined to accept "=" as an is-equal test. Bash extends
this to accept "==" too, but normal /bin/sh does not. I think this command
was developed on a box where /bin/sh is bash, but on standard ubuntu boxes,
/bin/sh is a smaller+faster non-Bash shell, and this gave "[: 1: X:
unexpected operator" errors.
2011-10-30 17:47:21 -07:00
Brian Warner
a0432a4ec5
tahoe-lafs.org is now HTTPS-always. Update most URLs.
2011-10-29 18:39:46 +00:00
david-sarah
417054aaba
Add a script 'misc/coding_tools/check-interfaces.py' that checks whether zope interfaces are enforced. Also add 'check-interfaces', 'version-and-path', and 'code-checks' targets to the Makefile. fixes #1474
2011-09-15 09:15:32 -07:00
david-sarah
16e6bb2b73
Makefile and setup.py: remove setup.py commands that we no longer need, and their uses in the Makefile. Delete a stale and incorrect comment about updating _version.py. Also fix some coding style checks in the Makefile to operate on all source files.
2011-07-31 20:19:52 -07:00
david-sarah
4d58e7cef9
Makefile: remove targets that used misc/debian[_helpers] which no longer exist. Also change docs/debian.rst to reflect the fact that we no longer support building .debs using those targets. refs #1454
2011-07-31 20:18:57 -07:00
Brian Warner
884df6f1d4
'test-coverage' now needs PYTHONPATH=. to find TOP/twisted/plugins/
2011-08-01 21:19:52 -07:00
Zooko O'Whielacronx
4f8e3e5ae8
contrib: remove the contributed fuse modules and the entire contrib/ directory, which is now empty
...
Also remove a couple of vestigial references to figleaf, which is long gone.
fixes #1409 (remove contrib/fuse)
2011-07-12 08:32:29 -07:00
david-sarah
a8c5734e72
Makefile: remove targets relating to 'setup.py check_auto_deps' which no longer exists. fixes #1345
2011-06-25 22:41:24 -07:00
david-sarah
082731f45b
Makefile: add 'make check' as an alias for 'make test'. Also remove an unnecessary dependency of 'test' on 'build' and 'src/allmydata/_version.py'. fixes #1344
2011-06-23 13:55:28 -07:00
Zooko O'Whielacronx
299e8ad579
replace remaining .html docs with .rst docs
...
Remove install.html (long since deprecated).
Also replace some obsolete references to install.html with references to quickstart.rst.
Fix some broken internal references within docs/historical/historical_known_issues.txt.
Thanks to Ravi Pinjala and Patrick McDonald.
refs #1227
2011-05-10 12:16:50 -07:00
Zooko O'Whielacronx
c1ec785b48
docs: edit running.html, change " http://allmydata.org " to " http://tahoe-lafs.org " in NEWS and README.txt, add Josh Wilcox to CREDITS for his contribution of doc patches
2011-01-28 07:07:00 -08:00
david-sarah
3c161c9a96
Makefile, setup.py: add more source files to pyflakes target and fix their warnings.
2011-01-21 18:07:52 -08:00
david-sarah
a008c79762
Makefile: remove stale commented-out targets for figleaf.
2011-01-21 17:55:25 -08:00
david-sarah
8f4ae53f39
Makefile: remove a stale comment about a bug fixed in Tahoe v1.3.0. refs #455
2011-01-21 17:45:44 -08:00
david-sarah
06e0d13451
Apply pyflakes to more files and fix the resulting warnings.
2011-01-20 18:10:11 -08:00