Bug 759669

Summary: add some clues to README
Product: [Fedora] Fedora Reporter: Ken Dreyer <ktdreyer>
Component: mashAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dcantrell, notting, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-08 22:06:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
patch against master none

Description Ken Dreyer 2011-12-03 01:09:11 UTC
Created attachment 539839 [details]
patch against master

Description of problem:
mash could use more documentation.

Version-Release number of selected component:
mash-0.5.23-3.fc17, or really upstream master (git 77313df8a)

Patch against master for README is attached. It adds the following text:

------

Mash takes a .mash settings file and generates a yum repository.

For example:
$ mash --output /mnt/repo/ f15

This tells mash to generate the repository to /mnt/repo, and to use
the configuration file "f15.mash".

Mash's main configuration is at /etc/mash. The main mash.conf file
contains basic settings for using mash. The other configurations end
in ".mash".

Comment 1 Bill Nottingham 2011-12-08 22:06:02 UTC
Thanks, merged with some tweaks.