Skip to content

Commit

Permalink
version to 0.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Nov 15, 2012
1 parent c30af6f commit 149e579
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Moa 0.11.14 / 2012-11-15
==========================

* restored moa cp (recursive was gone)
* introduced set -v in moa simple,map,reduce
* more test scripts
* added documentation on filesets
* added argparse as a prereq

Moa 0.11.13 / 2012-11-13
==========================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.13
0.11.14
4 changes: 4 additions & 0 deletions moa/plugin/system/doc/pelican_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ def generate_file_page(job):
pagename = _getpagename('files.md')

filesets = job.template.filesets.keys()
if len(filesets) == 0:
#no filesets - nothing to display
return

filesets.sort()

fsets = []
Expand Down

0 comments on commit 149e579

Please sign in to comment.