releasebundle

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package releasebundle creates reproducible agentic-go release artifacts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteArchive

func WriteArchive(destination string, files []File) error

WriteArchive atomically creates a deterministically ordered tar.gz archive.

func WriteChecksums

func WriteChecksums(destination string, artifacts []string) error

WriteChecksums atomically records SHA-256 checksums in filename order.

Types

type File

type File struct {
	Source string
	Name   string
	Mode   int64
}

File maps one local file into the root of a release archive.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL