Changeset 9e449db in trunk
- Timestamp:
- 2013-03-19T19:18:27Z (12 years ago)
- Branches:
- master
- Children:
- 19b2ef9
- Parents:
- 1f38c920
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Makefile ¶
r1f38c920 r9e449db 289 289 290 290 upload-tarballs: 291 @if [ "X${BB_BRANCH}" = "X trunk" ] || [ "X${BB_BRANCH}" = "X" ]; then for f in dist/allmydata-tahoe-*; do flappclient --furlfile ~/.tahoe-tarball-upload.furl upload-file $$f; done ; else echo not uploading tarballs because this is not trunk but is branch \"${BB_BRANCH}\" ; fi291 @if [ "X${BB_BRANCH}" = "Xmaster" ] || [ "X${BB_BRANCH}" = "X" ]; then for f in dist/allmydata-tahoe-*; do flappclient --furlfile ~/.tahoe-tarball-upload.furl upload-file $$f; done ; else echo not uploading tarballs because this is not trunk but is branch \"${BB_BRANCH}\" ; fi
Note: See TracChangeset
for help on using the changeset viewer.