Changes between Version 1 and Version 2 of CI
- Timestamp:
- 2018-01-16T14:08:46Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CI
v1 v2 12 12 13 13 14 The tool for automated builds is in the [[ source:/ci|CI repository]] and can be obtained14 The tool for automated builds is in the [[https://github.com/helenos/ci|CI repository]] and can be obtained 15 15 by cloning it: 16 16 17 17 {{{ 18 bzr branch bzr://helenos.org/ci 18 git clone https://github.com/HelenOS/ci.git 19 19 }}} 20 20 … … 76 76 77 77 {{{ 78 ./build.py --helenos-repository lp:~maresja1/helenos/coastline_qemu_porting78 ./build.py --helenos-repository https://github.com/helenos-xhci-team/helenos.git 79 79 }}} 80 80 81 By default, ` bzr branch` command is used so this will clone up to your latest commit.82 If you want to build upon uncommitted changes, prepend `wip://` to use `rsync` instead of ` bzr`81 By default, `git clone` command is used so this will clone up to your latest commit. 82 If you want to build upon uncommitted changes, prepend `wip://` to use `rsync` instead of `git` 83 83 to copy the directory. 84 84