summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
| | | | | | Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines, which are not that useful. It also cleans up and regularizes a few similar lines.
* * .gitlab-ci.yml (test-filenotify-gio): Add autorevert changes.Michael Albinus2019-04-151-1/+3
|
* Adapt .gitlab-ci.ymlMichael Albinus2019-01-081-6/+28
| | | | | | | | | * .gitlab-ci.yml (variables): Move outside jobs. Use "GIT_STRATEGY: fetch". (before_script): Install git. (test-all): Rename from test. Install inotify-tools. Run "make check-expensive". (test-filenotify-gio): New job.
* Mark some filenotify tests unstable on embaMichael Albinus2019-01-031-0/+2
| | | | | | | | | | | * .gitlab-ci.yml (test): Add EMACS_EMBA_CI variable. * test/lisp/filenotify-tests.el (file-notify-test03-events) (file-notify-test05-file-validity) (file-notify-test06-dir-validity) (file-notify-test07-many-events) (file-notify-test09-watched-file-in-watched-dir): Mark them as :unstable on emba.
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| | | | Run admin/update-copyright.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* * .gitlab-ci.yml: run "autogen.sh autoconf" to avoid Git.Ted Zlatanov2017-08-151-2/+2
|
* * .gitlab-ci.yml: add Git to the installed packages.Ted Zlatanov2017-08-151-1/+1
|
* .gitlab-ci.yml: Use stretch Debian image instead of unstableToon Claes2017-08-021-1/+1
|
* * .gitlab-ci.yml: Don't install a C++ compiler. Suppress apt interaction.Noam Postavsky2017-07-141-1/+1
|
* ; Spelling fixPaul Eggert2017-05-171-1/+1
|
* * .gitlab-ci.yml: Adjust disclaimer as per RMS.Ted Zlatanov2017-05-151-3/+3
|
* * .gitlab-ci.yml: Add setup for GitLab CI builds.Ted Zlatanov2017-05-131-0/+41