Skip to content

Commit 96aefad

Browse files
dmnkspmatilai
authored andcommitted
Drop 4.19.x
This one is no longer support for a while (upstream) so let's drop.
1 parent c817f8d commit 96aefad

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

_data/projects.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- 6.1.x
88
- 6.0.x
99
- 4.20.x
10-
- 4.19.x
1110
repourl: https://github.com/rpm-software-management/rpm
1211
tarball:
1312
baseurl: https://ftp.osuosl.org/pub/rpm/releases
@@ -44,10 +43,3 @@
4443
"cmake -B _build -DWITH_DOXYGEN=ON && make -C _build apidoc"
4544
cp -r _build/docs/html $DESTDIR/api
4645
cp -r _build/docs/index.md docs/manual docs/man $DESTDIR/
47-
- series: 4.19.x
48-
build: |
49-
podman build --target base --tag rpm/web -f tests/Dockerfile .
50-
podman run -it --rm -v $PWD:/srv:z --workdir /srv rpm/web sh -c \
51-
"cmake -B _build -DENABLE_TESTSUITE=OFF && make -C _build apidoc"
52-
cp -r _build/docs/html $DESTDIR/api
53-
cp -r _build/docs/index.md docs/manual docs/man $DESTDIR/

0 commit comments

Comments
 (0)