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:
Jonathon Anderson
2024-01-26 21:31:53 -07:00
parent 4fd05aa554
commit a1832ad8c1
214 changed files with 628 additions and 632 deletions

View File

@@ -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"
)

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/hpcng/warewulf/internal/app/wwclient"
"github.com/warewulf/warewulf/internal/app/wwclient"
)
func main() {

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/hpcng/warewulf/internal/app/wwctl"
"github.com/warewulf/warewulf/internal/app/wwctl"
)
func main() {