Commit 6ef295a
committed
Add master branch support for next release to c/build.sh
I believe developing on master would improve the developer experience,
and it can reduce propagation of changes on each release (CI etc?).
For smoother transition master is currently building 8.x branch, we
might want to switch to unreleased 9.x soon.
At the moment master uses Dockerfile-8.x (not duplicated), same with
repo file. Later we could introduce master repo baseurl, and use it in
an unstable Dockerfile.
For the record this change was tested using the following commands:
```
cd ~/mnt/xcp-ng-build-env # https://github.com/xcp-ng/xcp-ng-build-env
./container/build.sh master
cd ~/mnt/xcp-ng-release # https://github.com/xcp-ng-rpms/xcp-ng-release
~/mnt/xcp-ng-build-env/src/xcp_ng_dev/cli.py container build master .
```
Signed-off-by: Philippe Coval <philippe.coval@vates.tech>1 parent 4d51f00 commit 6ef295a
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
73 | 82 | | |
74 | 83 | | |
75 | 84 | | |
| |||
80 | 89 | | |
81 | 90 | | |
82 | 91 | | |
83 | | - | |
| 92 | + | |
84 | 93 | | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
88 | 97 | | |
89 | 98 | | |
90 | | - | |
91 | | - | |
| 99 | + | |
| 100 | + | |
92 | 101 | | |
93 | 102 | | |
0 commit comments