Complete transfer of Warewulf from HPCng
Warewulf is now being maintained in its own GitHub organization at github.com/warewulf Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
"os"
|
||||
"reflect"
|
||||
|
||||
"github.com/hpcng/warewulf/cmd/update_configuration/vers42"
|
||||
"github.com/hpcng/warewulf/cmd/update_configuration/vers43"
|
||||
"github.com/hpcng/warewulf/internal/pkg/util"
|
||||
"github.com/warewulf/warewulf/cmd/update_configuration/vers42"
|
||||
"github.com/warewulf/warewulf/cmd/update_configuration/vers43"
|
||||
"github.com/warewulf/warewulf/internal/pkg/util"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/hpcng/warewulf/internal/app/wwclient"
|
||||
"github.com/warewulf/warewulf/internal/app/wwclient"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl"
|
||||
"github.com/warewulf/warewulf/internal/app/wwctl"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user