• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Dec-2021-

tests/H10-Dec-2021-269178

.gitignoreH A D10-Dec-202163 87

MakefileH A D10-Dec-20212.3 KiB9365

README.mdH A D10-Dec-2021483 2411

el7-x86_64.cfgH A D10-Dec-2021952 4136

librdkafka.specH A D10-Dec-20213.4 KiB11985

mock-on-docker.shH A D10-Dec-20212 KiB9555

README.md

1# RPM packages for librdkafka
2
3On a system with RPM mock installed, simply run make to create RPM packages:
4
5    $ make
6
7Additional mock options may be specified using MOCK_OPTIONS:
8
9    $ make MOCK_OPTIONS='--bootstrap-chroot'
10
11
12## Build with Mock on docker
13
14From the librdkafka top-level directory:
15
16    $ packaging/rpm/mock-on-docker.sh
17
18Wait for packages to build, they will be copied to top-level dir artifacts/
19
20Test the packages:
21
22    $ packaging/rpm/tests/test-on-docker.sh
23
24