History log of /systemd/.travis.yml
Revision Date Author Comments Expand
2375607039517c88df51ef16ddbb624ec1c10654 03-Jun-2015 Kay Sievers <kay@vrfy.org>

remove gudev and gtk-doc The library moved to: https://git.gnome.org/browse/libgudev/

.gitignore .travis.yml Makefile.am README TODO autogen.sh configure.ac docs/.gitignore docs/gudev/.gitignore docs/gudev/Makefile.am docs/gudev/gudev-docs.xml docs/gudev/gudev-sections.txt docs/gudev/gudev.types docs/gudev/version.xml.in docs/libudev/.gitignore docs/libudev/Makefile.am docs/libudev/libudev-docs.xml docs/libudev/libudev-sections.txt docs/libudev/libudev.types docs/libudev/version.xml.in m4/.gitignore man/custom-html.xsl src/gudev/.gitignore src/gudev/Makefile src/gudev/gjs-example.js src/gudev/gudev-1.0.pc.in src/gudev/gudev.h src/gudev/gudevclient.c src/gudev/gudevclient.h src/gudev/gudevdevice.c src/gudev/gudevdevice.h src/gudev/gudevenumerator.c src/gudev/gudevenumerator.h src/gudev/gudevenums.h src/gudev/gudevenumtypes.c.template src/gudev/gudevenumtypes.h.template src/gudev/gudevmarshal.list src/gudev/gudevprivate.h src/gudev/gudevtypes.h src/gudev/libgudev-1.0.sym src/gudev/seed-example-enum.js src/gudev/seed-example.js src/python-systemd/docs/layout.html test/README.testsuite test/test-functions
8d3ae2bd4c9bf9fc2e57f7b3776325a1c750ca30 28-Nov-2014 Chris Leech <cleech@redhat.com>

mount: use libmount to enumerate /proc/self/mountinfo This lets libmount add in user options from /run/mount/utab, like _netdev which is needed to get proper ordering against remote-fs.target

143bfdaf0b890fa7acadf02d1eafacaef1b696bd 22-Aug-2013 Holger Hans Peter Freyther <holger@moiji-mobile.com>

test: Make testing work on systems without or old systemd * Introduce a macro to conditionally execute tests. This avoids skipping the entire test if some parts require systemd * Skip the journal tests when no /etc/machine-id is present * Change test-catalog to load the catalog from the source directory of systemd. * /proc/PID/comm got introduced in v2.6.33 but travis is still using v2.6.32. * Enable make check and make distcheck on the travis build * Use -D"CATALOG_DIR=STR($(abs_top_srcdir)/catalog)" as a STRINGIY would result in the path '/home/ich/source/linux' to be expanded to '/home/ich/source/1' as linux is defined to 1.

36398225b44367c89f11f42810e4f79652b09a09 15-Jul-2013 Holger Hans Peter Freyther <holger@moiji-mobile.com>

travis: Add a travis.yml for doing CI after commits Instruct travis-ci to build systemd and create a tarball. In case of an error travis-ci will complain on IRC. The systemd testsuite currently requires the host to have a recent version of systemd installed and running. This is not the case for the Ubuntu VM of travis-ci. This means make check and make distcheck will result in a build failure and to avoid this these commands are not executed. This requires a one time configuration on travis-ci for the repo on github by the owner of the repo.