Mercurial > p > roundup > code
comparison roundup/configuration.py @ 5736:1b5bcc5d745f
Change umask default to python 3 (put python2 compatible) format with
leading '0o' and padded to 3 characters.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 May 2019 19:30:29 -0400 |
| parents | 0e6ed3d72f92 |
| children | 943e61bc26d5 |
comparison
equal
deleted
inserted
replaced
| 5735:8ab5fe695d5f | 5736:1b5bcc5d745f |
|---|---|
| 660 "Possible values: xapian, whoosh, native (internal)."), | 660 "Possible values: xapian, whoosh, native (internal)."), |
| 661 (WordListOption, "indexer_stopwords", "", | 661 (WordListOption, "indexer_stopwords", "", |
| 662 "Additional stop-words for the full-text indexer specific to\n" | 662 "Additional stop-words for the full-text indexer specific to\n" |
| 663 "your tracker. See the indexer source for the default list of\n" | 663 "your tracker. See the indexer source for the default list of\n" |
| 664 "stop-words (eg. A,AND,ARE,AS,AT,BE,BUT,BY, ...)"), | 664 "stop-words (eg. A,AND,ARE,AS,AT,BE,BUT,BY, ...)"), |
| 665 (OctalNumberOption, "umask", "02", | 665 (OctalNumberOption, "umask", "0o002", |
| 666 "Defines the file creation mode mask."), | 666 "Defines the file creation mode mask."), |
| 667 (IntegerNumberOption, 'csv_field_size', '131072', | 667 (IntegerNumberOption, 'csv_field_size', '131072', |
| 668 "Maximum size of a csv-field during import. Roundups export\n" | 668 "Maximum size of a csv-field during import. Roundups export\n" |
| 669 "format is a csv (comma separated values) variant. The csv\n" | 669 "format is a csv (comma separated values) variant. The csv\n" |
| 670 "reader has a limit on the size of individual fields\n" | 670 "reader has a limit on the size of individual fields\n" |
