File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "CUSTOM_README.rst.jj2" %}
2
2
3
3
{% block github_note %}
4
- File organisation
4
+ Maintenance
5
5
================================================================================
6
6
7
7
`mobans` lives in `templates` folder. python package lives in `pypi-package`
8
8
folder. `upstreaming.yml` is used to upstream sphinx templates into pypi-mobans.
9
+ Everything else are meta data.
9
10
10
-
11
- Everything else are meta data.
11
+ `moban -m mobanfile` will update all meta files including the files in
12
+ `pypi-package`
12
13
13
14
{% endblock %}
Original file line number Diff line number Diff line change 15
15
include :
16
16
- stage : moban
17
17
script :
18
- - moban -m local .yml
18
+ - moban -m upstreaming .yml
19
19
- git diff --exit-code
20
20
21
21
stage : test
You can’t perform that action at this time.
0 commit comments