summaryrefslogtreecommitdiffstats
path: root/pyanaconda/product.py
Commit message (Collapse)AuthorAgeFilesLines
* Make sure product info and spoke titles are translated throughout.Chris Lumens2012-12-041-0/+7
| | | | | Except on the hub, which is special and is going to need special work done for it.
* Change IsBeta to IsFinalMartin Gracik2011-07-261-2/+2
| | | | | | | When doing composes pungi (and lorax) uses a flag --isfinal, to set a final release, otherwise it is considered a beta release by default. This patch makes the final vs beta more consistent with the composes.
* Allow importing product.py in places where you won't have a .buildstamp.Chris Lumens2010-10-211-9/+10
| | | | | | | | If you're running anaconda through some external testing system, you're not going to have a .buildstamp file. However, the defaults dict for the ConfigParser object doesn't allow for putting those defaults into a section so all the later lookups will fail due to lack of a Main. Moving to a big block of .set calls fixes this up.
* Convert .buildstamp into a .ini-style file.Chris Lumens2010-09-101-35/+22
|
* Remove productPath.Chris Lumens2010-09-091-3/+0
| | | | | This hasn't been used or written to .buildstamp for two years, so its continued use in anaconda was just an accident of us continuing to set it to a default.
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-0/+63
a real Python package. Also updates the build and autotools stuff to work with the new structure