Latest 3.x Release

This documentation covers the latest release of the legacy 3.x Fedora. Looking for another version? See all documentation.

Fedora 4 Development

Looking for Fedora's currently active development?

Creates a set of Fedora objects based on the specified template file and the corresponding directory of object-specific files. Refer to Batch Processing for more details.

Usage:

fedora-batch-build [object-template-file]
                   [object-specific-dir]
                   [object-directory]
                   [log-filepath]
                   [log-format]

Where:

  • object-template-file - the full path to the batch template file
  • obj-specific-dir - the full path to the directory containing the object-specific files
  • object-directory - the full path to the directory where the generated objects will be built
  • log-filepath - the full path to the file where logs will be written
  • log-format - the format of the log file. Valid values are text or xml.
  • No labels