add !remote tag to pkg/specgen/generate

These files should never be included on the remote client. There only
there to finalize the spec on the server side.

This makes sure it will not get reimported by accident and bloat the
remote client again.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-09-13 11:30:33 +02:00
parent 3acee29cf4
commit c1b6effac5
36 changed files with 92 additions and 87 deletions

View File

@ -1,4 +1,5 @@
//go:build freebsd
//go:build !remote
// +build !remote
package generate