David Anderson abf3290c25 Give up on stages for a second, just try to get the matrix to work.
It looks like stages *combine* with the top-level stage, rather than
replacing it. So, the first stage will be "test", and will run the
top-level commands no matter what. Based on that, let's try to have
our old script as the top-level thing, but have it only run tests
when GOARCH=amd64. Other architectures will just build and vet/lint.
2017-05-20 22:48:12 -07:00
2017-01-23 00:40:58 -08:00
2016-03-24 17:37:34 -07:00
2017-01-05 15:54:43 -08:00
2016-03-05 15:18:01 -08:00
2016-03-05 15:08:13 -08:00
2017-01-05 15:54:43 -08:00

Netboot, packages and utilities for network booting

license Travis api

This repository contains Go implementations of network protocols used in booting machines over the network, as well as software that make use of those implementations.

This is not an official Google project.

The canonical import path for Go packages in this repository is go.universe.tf/netboot.

Libraries

  • pcap: Pure Go implementation of reading and writing pcap files.
  • dhcp4: DHCPv4 library providing the low-level bits of a DHCP client/server (packet marshaling, RFC-compliant packet transmission semantics).
  • tftp: Read-only TFTP server implementation.
  • pixiecore: the functionality of Pixiecore (see below), in library form. Every stability warning in this repository applies double for this package.

Programs

  • Pixiecore: an all-in-one tool for easy netbooting.
Description
Packages and utilities for network booting
Readme Apache-2.0 28 MiB
Languages
Go 99.9%