diff --git a/.travis.yml b/.travis.yml index 7a80c942..69ea10fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,3 @@ notifications: branches: only: - auto - diff --git a/docs/manual/repository-management.md b/docs/manual/repository-management.md index df92f6b9..ceb96cad 100644 --- a/docs/manual/repository-management.md +++ b/docs/manual/repository-management.md @@ -209,6 +209,3 @@ That will truncate the history older than 6 months. Deleted commits will have "tombstone markers" added so that you know they were explicitly deleted, but all content in them (that is not referenced by a still retained commit) will be garbage collected. - - - diff --git a/src/libostree/ostree-sysroot.c b/src/libostree/ostree-sysroot.c index 6ee3dff9..b114a901 100644 --- a/src/libostree/ostree-sysroot.c +++ b/src/libostree/ostree-sysroot.c @@ -1850,4 +1850,3 @@ ostree_sysroot_deployment_unlock (OstreeSysroot *self, out: return ret; } - diff --git a/src/switchroot/ostree-mount-util.c b/src/switchroot/ostree-mount-util.c index daec66c5..bb27026c 100644 --- a/src/switchroot/ostree-mount-util.c +++ b/src/switchroot/ostree-mount-util.c @@ -66,4 +66,3 @@ path_is_on_readonly_fs (char *path) return (stvfsbuf.f_flag & ST_RDONLY) != 0; } -