We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dc7e6 commit 75702dcCopy full SHA for 75702dc
packages/rhel7/glibc/glibc-2.17-55.el7/README.md
@@ -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
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