diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03f8fe6d..e1e58e0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is generated by GitLab CI '': script: [] - tags: + tags: except: - tags Testsuites: @@ -11,6 +11,6 @@ Testsuites: - make - make check - make clean - tags: + tags: except: - tags diff --git a/NEWS b/NEWS index 009cf8fa..6ff07259 100644 --- a/NEWS +++ b/NEWS @@ -6,9 +6,11 @@ procps-ng-NEXT * ps: sort by etimes column, uses etime Debian #794619 * ps, top: Add support for LXC containers. Ubuntu #1174911 * w: work with smaller window sizes Debian #183394 - * w: correctly find "best" proc with pid wrap + * w: correctly find "best" proc with pid wrap * library: use merged systemd library Debian #731256 * kill,skill,pkill: fix option parsing + * top once again will fully honor a saved rcfile, + without requiring --disable-modern-top. Debian #762928, #762947 procps-ng-3.3.10 ---------------- diff --git a/README.md b/README.md index 592626d8..b7007a8e 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ page. The email list for the developers and users of procps is found at http://www.freelists.org/archive/procps/ This email list discusses the development of procps and is used by distributions -to also forward or discuss bugs. \ No newline at end of file +to also forward or discuss bugs.