...
Anchor | ||||
---|---|---|---|---|
|
build:auto
The build:auto task is the starting point for development and release builds.
...
Anchor | ||||
---|---|---|---|---|
|
iso:build
The iso:build task is usually executed near the end of build:auto. It can also be run on its own.
...
Anchor | ||||
---|---|---|---|---|
|
...
The build:yum:sync task is executed by build:auto, prior to iso:build. It can also be run on its own.
...
Anchor | ||||
---|---|---|---|---|
|
pkg:checksig
The okgpkg:checksig task is executed by iso:build, just prior to pkg:repoclosure. It is not available as a public rake task.
...
Info |
---|
Note (because it’s not obvious): I thought pkg:checksig's args might need an update to take multiple paths in Two drawbacks are worth mentioning:
From the command line (needs the quotes and escaped comma): rake-helpers style Ruby code just needs quotes: If we split out the repos into the different directories JMG’s been working on, the brace expansion might look something like this: |
Anchor | ||||
---|---|---|---|---|
|
pkg:repoclosure
The pkg:repoclosure task is executed by iso:build, just after pkg:checksig.
...