From fb5da76247b71cb69f71fe886b697b30fa55ed35 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 14 Nov 2016 19:50:58 -0500 Subject: [PATCH] resources: Add stable go-systemd branch for now We'll update this to point to upstream or JoeJulian once it stops randomly changing and breaking git master! --- .gitmodules | 6 +++--- resources/nspawn.go | 2 +- vendor/github.com/{joejulian => purpleidea}/go-systemd | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename vendor/github.com/{joejulian => purpleidea}/go-systemd (100%) diff --git a/.gitmodules b/.gitmodules index ce3f614b..45c29e77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,6 @@ [submodule "vendor/gopkg.in/fsnotify.v1"] path = vendor/gopkg.in/fsnotify.v1 url = https://gopkg.in/fsnotify.v1 -[submodule "vendor/github.com/joejulian/go-systemd"] - path = vendor/github.com/joejulian/go-systemd - url = https://github.com/joejulian/go-systemd.git +[submodule "vendor/github.com/purpleidea/go-systemd"] + path = vendor/github.com/purpleidea/go-systemd + url = https://github.com/purpleidea/go-systemd diff --git a/resources/nspawn.go b/resources/nspawn.go index 60128a0c..0815424e 100644 --- a/resources/nspawn.go +++ b/resources/nspawn.go @@ -29,8 +29,8 @@ import ( systemdUtil "github.com/coreos/go-systemd/util" "github.com/godbus/dbus" - machined "github.com/joejulian/go-systemd/machine1" errwrap "github.com/pkg/errors" + machined "github.com/purpleidea/go-systemd/machine1" "github.com/purpleidea/mgmt/global" ) diff --git a/vendor/github.com/joejulian/go-systemd b/vendor/github.com/purpleidea/go-systemd similarity index 100% rename from vendor/github.com/joejulian/go-systemd rename to vendor/github.com/purpleidea/go-systemd