annotate tasks.py @ 458:faa4c8467291

web: Improve upload workflow. - Add 'upload' and 'wikiupload' permissions, and check for them. - Fix the message about what the syntax is for using files in pages. - Fix uploading files to endpoint pages.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 10 Jan 2018 22:52:42 -0800
parents 41cdccd71717
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
432
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 from invoke import Collection
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 from monkeys.release import makerelease
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 ns = Collection()
41cdccd71717 cm: Add script for making a release.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 ns.add_task(makerelease, name='release')