nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [ndctl PATCH] ndctl: remove travis-ci
@ 2022-08-30 21:23 Vishal Verma
  0 siblings, 0 replies; only message in thread
From: Vishal Verma @ 2022-08-30 21:23 UTC (permalink / raw)
  To: nvdimm; +Cc: Dan Williams, Vishal Verma

Drop the Travis CI integration. Their switch to '.com' and the
corresponding rework to billing plans and OSS 'credits' has introduced
unnecessary complexity to something that Just Worked before.

The only thing the CI was testing was builds on Ubuntu, but there
appears to be Debian (unstable) automation now to pick up and build new
upstream releases automatically [1], so we have some replacement coverage
by way of that.

[1]: https://packages.debian.org/source/sid/ndctl

Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 .travis.yml | 23 -----------------------
 README.md   |  1 -
 2 files changed, 24 deletions(-)
 delete mode 100644 .travis.yml

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index eb0c665..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-dist: xenial
-language: c
-sudo: required
-ccache: ccache
-
-git:
-  depth: 5
-  quiet: true
-
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -qq --no-install-recommends -y systemd dh-systemd libkmod2 libkmod-dev libudev1 libudev-dev keyutils libkeyutils-dev libjson-c-dev libuuid1 asciidoctor jq kmod dracut build-essential git-core libelf-dev asciidoc binutils-dev
-  - sudo apt-get build-dep linux-image-$(uname -r)
-
-install:
-  - ./autogen.sh
-  - ./configure CFLAGS='-g -O2' --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
-  - make -j$(nproc --all)
-  - sudo make install
-
-jobs:
-  include:
-      script: true
diff --git a/README.md b/README.md
index e5c4940..8e91322 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
 # ndctl
-[![Build Status](https://travis-ci.org/pmem/ndctl.svg?branch=master)](https://travis-ci.org/pmem/ndctl)
 
 Utility library for managing the libnvdimm (non-volatile memory device)
 sub-system in the Linux kernel

base-commit: c9c9db39354ea0c3f737378186318e9b7908e3a7
-- 
2.37.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-30 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 21:23 [ndctl PATCH] ndctl: remove travis-ci Vishal Verma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).