Skip to content

Commit

Permalink
ports Zarf bundle code
Browse files Browse the repository at this point in the history
Co-authored-by: razzle <[email protected]>
  • Loading branch information
UncleGedd and Noxsios committed Aug 2, 2023
1 parent c4eb5d4 commit 753f27f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/pkg/bundler/bundle.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying Zarf bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/common.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying Zarf bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying Zarf bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/create.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying UDS bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/deploy.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying UDS bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/inspect.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying UDS bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/provider.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying UDS bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/pull.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying UDS bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/remote.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying Zarf bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/remove.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying Zarf bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/bundler/tarball.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2023-Present The UDS Authors

// Package bundler contains functions for interacting with, managing and deploying Zarf bundles.
// Package bundler contains functions for interacting with, managing and deploying UDS packages
package bundler

import (
Expand Down

0 comments on commit 753f27f

Please sign in to comment.