Changes between Version 1 and Version 2 of CI


Ignore:
Timestamp:
2018-01-16T14:08:46Z (6 years ago)
Author:
Vojtech Horky
Comment:

Switch to Git

Legend:

Unmodified
Added
Removed
Modified
  • CI

    v1 v2  
    1212
    1313
    14 The tool for automated builds is in the [[source:/ci|CI repository]] and can be obtained
     14The tool for automated builds is in the [[https://github.com/helenos/ci|CI repository]] and can be obtained
    1515by cloning it:
    1616
    1717{{{
    18 bzr branch bzr://helenos.org/ci
     18git clone https://github.com/HelenOS/ci.git
    1919}}}
    2020
     
    7676
    7777{{{
    78 ./build.py --helenos-repository lp:~maresja1/helenos/coastline_qemu_porting
     78./build.py --helenos-repository https://github.com/helenos-xhci-team/helenos.git
    7979}}}
    8080
    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`
     81By default, `git clone` command is used so this will clone up to your latest commit.
     82If you want to build upon uncommitted changes, prepend `wip://` to use `rsync` instead of `git`
    8383to copy the directory.
    8484