Skip to content

Commit 75702dc

Browse files
committed
glibc: minimal readme for toil builder
Signed-off-by: Pavel Boldin <[email protected]>
1 parent c8dc7e6 commit 75702dc

File tree

1 file changed

+16
-0
lines changed
  • packages/rhel7/glibc/glibc-2.17-55.el7

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Use toil-based build script to build patches for the `glibc`. For that simple
2+
run::
3+
4+
```shell
5+
$ LIBCARE_DIR=~/libcare-opensource
6+
$ pip install -r $LIBCARE_DIR/scripts/toil/requirements.txt
7+
$ python $LIBCARE_DIR/scripts/toil/pkgbuild.py workdir pkgfile.yaml
8+
...
9+
```
10+
11+
This should build the following files:
12+
```shell
13+
$ ls /tmp/build.orig-glibc-2.17-55.el7.x86_64.rpm.tgz /tmp/kpatch-glibc-2.17-55.el7.x86_64.tgz
14+
/tmp/build.orig-glibc-2.17-55.el7.x86_64.rpm.tgz
15+
/tmp/kpatch-glibc-2.17-55.el7.x86_64.tgz
16+
```

0 commit comments

Comments
 (0)