Skip to content

Commit b299c6f

Browse files
committed
couple of comments; little readme update
1 parent fc923b3 commit b299c6f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

dev/tasks/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@ Just render without applying or committing the changes:
166166
$ python crossbow.py submit --dry-run task_name
167167
```
168168

169-
Run only `conda` package builds but on all platforms:
169+
Run only `conda` package builds and a linux one:
170170

171171
```bash
172-
$ python crossbow.py submit conda-win conda-osx conda-linux
172+
$ python crossbow.py submit -g conda centos-7
173173
```
174174

175175
Run `wheel` builds:
176176

177177
```bash
178-
$ python crossbow.py submit wheel-osx wheel-linux wheel-win
178+
$ python crossbow.py submit --group wheel
179179
```

dev/tasks/tasks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# under the License.
1717

1818
groups:
19+
# these groups are just for convenience
20+
# makes it easier to submit related tasks
1921
conda:
2022
- conda-linux-py27
2123
- conda-linux-py35

0 commit comments

Comments
 (0)