summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix operator precedence when checking for the presence of transifex-client.Chris Lumens2012-11-161-1/+1
|
* rm transifex-client buildreq; check and install only if neededSamantha N. Bueno2012-11-151-0/+1
| | | | | transifex-client shouldn't be listed as a BuildReq; only check for it and install as needed if the target requiring it is called by make
* Add debug option to bumpverBrian C. Lane2012-09-251-0/+3
| | | | | Pass -d to bumpver to turn on debug logging or run: BZDEBUG=1 make bumpver
* Merge master into newtuiMartin Sivak2012-08-061-1/+1
|\
| * Merge branch 'master' into newui-mergeChris Lumens2012-08-031-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am anaconda data/systemd/anaconda.target pyanaconda/bootloader.py pyanaconda/constants.py pyanaconda/iutil.py pyanaconda/kickstart.py pyanaconda/network.py pyanaconda/vnc.py scripts/makeupdates
| | * Drop gptsyncJesse Keating2012-07-191-1/+1
| | | | | | | | | | | | | | | We're not supporting the boot mode that requires gptsync so don't ship the software any more.
* | | Add automake files for TUIMartin Sivak2012-08-061-2/+2
| | |
* | | Fix bits and pieces to make TUI hub and spoke model work + example Hub and ↵Martin Sivak2012-08-061-0/+15
|/ / | | | | | | Password spoke
* | Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am anaconda anaconda.spec.in loader/loader.c loader/net.c loader/unpack.c po/POTFILES.in pyanaconda/__init__.py pyanaconda/bootloader.py pyanaconda/cmdline.py pyanaconda/constants.py pyanaconda/dispatch.py pyanaconda/errors.py pyanaconda/flags.py pyanaconda/iutil.py pyanaconda/kickstart.py pyanaconda/platform.py pyanaconda/storage/__init__.py pyanaconda/storage/devicetree.py pyanaconda/storage/fcoe.py pyanaconda/storage/formats/swap.py pyanaconda/storage/iscsi.py pyanaconda/storage/partitioning.py pyanaconda/yuminstall.py scripts/makeupdates
| * Add anaconda dracut module [WIP!]Will Woods2012-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the dracut directory and anaconda-dracut subpackage. The 'anaconda' dracut module replaces loader. It should handle all the tasks that loader used to handle in the first stage of the boot process. It's a work in progress, but it currently supports repo={http,ftp,nfs} and most anacaconda network options. Kickstart parsing is handled using a python interpreter and pykickstart, which (surprisingly) only adds ~600k to the initramfs. Driver disks are not yet supported.
| * We've got you cornered now, loader: remove from automake/spec/poWill Woods2012-02-151-1/+1
| | | | | | | | | | Seriously, we don't need loader anymore. Remove it from autoconf/automake, the specfile, and POTFILES.in.
* | Add runglade command to MakefileMartin Sivak2012-05-251-0/+13
| | | | | | | | | | This command sets up the environment for Glade, so it uses all our custom widgets directly from the source tree
* | Improve run-spoke and related files so we can use overrides directly from ↵Martin Sivak2012-05-241-2/+18
| | | | | | | | anaconda sources for testing
* | Merge run-hub with run-spoke as the code was almost identicalMartin Sivak2012-05-241-0/+3
| | | | | | | | | | | | | | | | | | | | To start hub use the following command: make runhub HUB_MODULE=summary or make runhub HUB_MODULE=summary HUB_CLASS=SummaryHub
* | Improve the runspoke.py tool and make it callable from makeMartin Sivak2012-05-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make runspoke SPOKE_MODULE=source or make runspoke SPOKE_MODULE=source SPOKE_CLASS=InstallSource - runspoke now accepts the name of the module containing the spoke the user wants to run on command line and will find the spoke automatically - as an optional second argument, the script accepts the name of the spoke class - install classes and gi introspection files are looked for in anaconda sources first, so there is no need to install the anaconda-widgets package to the system - anaconda should use ANACONDA_DATA, ANACONDA_WIDGETS_DATA and ANACONDA_INSTALL_CLASSES env variables to look for data files if those variables are defined - there was a circular dependency between yuminstall, backend and kickstart modules, which caused import yuminstall to fail, because: yuminstall called backend, which called kickstart, which requested NoSuchGroup from yuminstall. NoSuchGroup was present in the source, but much later, so it hadn't been evaluated yet and the import failed with missing symbol error.
* | Add our custom GTK+ widgets in as a subdirectory and subpackage.Chris Lumens2011-11-101-1/+1
|/
* Fix a bug where language names aren't translated to native.Chris Lumens2011-07-071-2/+2
| | | | | (1) We need translations built before running getlangnames.py. (2) getlangnames.py is looking in the wrong place for .gmo files.
* Remove deprecated targets from top level Makefile.amDavid Cantrell2011-04-041-16/+1
| | | | | | | make testiso - We no longer have buildinstall make src - Did anyone ever use this? make archive - Use make release make archive-no-tag - Use make dist
* Update Makefile.am to work with new translation system.David Cantrell2011-04-041-7/+14
| | | | | | The po files are no longer stored in our repo. Get them from Transifex.net using 'tx'. Push updated anaconda.pot with tx each time we generate a new one at release time.
* Update unit testing targets in Makefile.amTomas Mlcoch2011-02-141-3/+3
|
* Tag tests as slow or acceptance tests and split full testing from devel unit ↵Martin Sivak2011-02-141-1/+4
| | | | testing
* Get a little more output from the unittest runner.Chris Lumens2010-11-121-1/+1
|
* Set up the PYTHONPATH for running nosetests.Chris Lumens2010-11-111-1/+1
|
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-1/+1
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* Find tests using python-nose and create make unittest targetMartin Sivak2010-05-311-0/+4
|
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-27/+3
| | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure
* Add non-branded default liveinst icons for anaconda (#588737)David Cantrell2010-05-071-1/+1
| | | | | | Default icons for the liveinst link on the desktop. The *-logos packages can override this icon, but anaconda is apparently supposed to be providing a default one.
* pylint up, pychecker down.Chris Lumens2010-04-151-10/+2
|
* Add bug mapping support to scripts/makebumpver.David Cantrell2010-04-121-3/+5
| | | | | | | | | | | | | | | | | | | | | We occassionally have Fedora BZ numbers reference in RHEL branch commits. Once the change is pushed, we can't update the commit log. We clone the bug in BZ and then can reference the RHEL bug in the spec file changelog. The -m option lets you do that. Using 'make bumpver' target, here's an example: make bumpver IGNORE=ad32abd1612b747aa3dd5c67e3da390b5c9e0d34 \ MAP="572488=580404" This example also shows the IGNORE functionality. If there are utility commits (e.g., to makebumpver), we can ignore those during the spec file changelog generation. Just pass the git commit ID(s) you want to ignore as a comma-separated list. The MAP functionality is FEDORA_BZ=RHEL_BZ and is for instances where we have a commit on a RHEL branch that references a Fedora bug. We clone the bug to make a RHEL bug, then use MAP= to make sure the RHEL bug ends up in the spec file changelog.
* Makefile.am syntax fixes for the 'bumpver' target.David Cantrell2010-04-121-5/+5
|
* Call scripts/makebumpver from 'make bumpver' target.David Cantrell2010-04-121-25/+7
| | | | | | | | | If you want to ignore specific git commits, pass them as a comma separated string named IGNORE. For example: make bumpver IGNORE=f8c8a7e4a82b91cf7986a40799cb7c2ef52e230f You can use the long or short git commit ID specification.
* Adjust the Makefiles to install anaconda to /usr/lib{,64}/python?.?.Chris Lumens2010-04-061-5/+4
| | | | You know, like anaconda's any other python module.
* Update filter for translation log entries.David Lehman2010-03-221-1/+1
|
* Remove mini-wm.c. (#520146)Ales Kozumplik2010-03-051-5/+0
| | | | and places where it's mentioned.
* Be more explicit in which libraries we link with.Chris Lumens2010-02-101-2/+2
| | | | This is required by the latest build system's linker changes.
* Ignore merge commit messages when generating the rpm changelog.David Cantrell2009-11-121-1/+2
|
* Clear pot and po updates after a 'make release' or 'make archive'.David Cantrell2009-10-301-0/+2
| | | | | | | | These are updated by msgfmt, but leave the po files in the repository as is since they are updated by an external project. We'll keep the pot file up to date, but that happens at 'make bumpver'. Since msgfmt generates new po files for the release tarball, we need to reset all of these files after a 'make release' or 'make archive'.
* Handle more than x.y version numbers in 'make bumpver'.David Cantrell2009-10-201-2/+4
| | | | | | For the rhel6-branch, we now have an x.y.z version number since it was branched from f12-branch. The bumpver target needs to handle the extra .z component.
* Remove extra echo in 'make rpmlog'.David Cantrell2009-10-131-1/+0
|
* Fix filtering out of 'Sending translation for' log messages in bumpver.Radek Vykydal2009-10-091-1/+1
| | | | | I hit it in the last build that I've done where the filtering was introduced (and I have to add that I also acked the original patch).
* Filter out 'Sending translation for' log messages in bumpver.David Cantrell2009-10-071-1/+4
| | | | We don't want these messages in the RPM changelog entries.
* Update po/anaconda.pot during a 'bumpver' run.David Cantrell2009-09-291-0/+1
| | | | | | | | | | | | | | | Since we have to store anaconda.pot in the source tree for the translators, make sure we update it when bumpver is run so it stays current. When you run 'make bumpver', you will now be checking in at least two files but up to three: anaconda.spec.in [required] configure.ac [required] po/anaconda.pot [optional, only if it needed updating] Make sure you add all of these files for 'New version' commits.
* Add 'make release' as a synonym for 'make archive'.David Cantrell2009-09-291-0/+2
|
* Add some silent make support for sed, mkctype, and other commands.David Cantrell2009-09-021-1/+5
| | | | Match up to the silent make thing we have by default now.
* Fix updates target to honor KEEP variable correctly.David Cantrell2009-08-191-4/+4
|
* Remove ChangeLog (#512502)David Cantrell2009-07-281-5/+2
| | | | | | As stated in the bug report, the ChangeLog is huge. We include the highlights of the ChangeLog in the rpm changelog anyway, so skip shipping the big git ChangeLog.
* Add scripts/makeupdates to generate updates.img files.David Cantrell2009-07-221-33/+3
| | | | | | | | Move the contents of the 'make updates' target to scripts/makeupdates. Make the recompilation of the _isys module be conditional (if you want to do that, either run 'make updates' as you have been or pass -c to scripts/makeupdates). Running makeupdates without -c will generate an updates.img with just the changed Python files.
* Ignore configure.ac when generating updates.imgDavid Cantrell2009-07-061-1/+1
|
* Fix "make bumpver" for two digit version numbers.Chris Lumens2009-07-021-2/+2
|
* Add toplevel Makefile.am and configure.acDavid Cantrell2009-06-091-0/+178
Add main Makefile.am and configure.ac files. Add config.rpath, which is required for the gettext template macros. Added a bootstrap script to generate the configure script and Makefile.in templates.