summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed toplevel Makefile and Makefile.incDavid Cantrell2009-06-091-214/+0
|
* Skip .pyc files in subdirectories when running make updates.Chris Lumens2009-05-081-1/+1
| | | | | This fixes a problem where my updates image included 64-bit .pyc files that were causing problems with my 32-bit guest VM.
* Add %{?dist} to the release number in the spec file.David Cantrell2009-04-301-1/+1
| | | | | | | We never change the release number when making a release from git, but it would be useful to start having the dist tag in the release field so when people report bugs we can easily identify the product they are using.
* Use $(ARCHIVE_TAG) throughout the updates target.David Cantrell2009-04-081-1/+1
|
* Use the head of the current branch, not master, for scratch archives.David Lehman2009-04-021-1/+1
|
* Build new _isys.so for updates.img if needed.David Cantrell2009-03-241-1/+6
| | | | | If _isys.so module code has changed, build a new module and copy it in to updates.img. Also fix a problem with the KEEP=y variable.
* Do not include .h and .sh files in updates.imgDavid Cantrell2009-03-201-0/+1
|
* Fix some errors in the updates target.David Cantrell2009-03-181-3/+5
| | | | | | Nothing critical, wipe subdirs before copying new ones in. Use the case block to skip of subdirs we want to ignore. Don't use dirname, but just cut the first field in $sourcefile.
* Create a Makefile target to generate updates.img automatically.David Cantrell2009-03-161-0/+35
| | | | | | | | | | | | | Based on what's changed in the repo since the last release tag. Copy everything necessary for the updates.img in './updates-img' and pack it up. Got tired of having my own local scripts to do this. LIMITATIONS: Will not copy in dependent libraries or figure out if a new _isys.so needs to be built. Pass KEEP=y if you want the updates staging directory kept so you can dump other things in to it. Run 'make updates KEEP=y' over and over to supplement your updates image.
* Install udev rules in /lib/udev/rules.d instead of in runtime dirHans de Goede2009-03-161-1/+2
| | | | | Install the udev rules in /lib/udev/rules.d instead of in runtime dir, so that they are available for use directly on the livecd.
* Install storage/ with the rest, include it and booty in images.David Lehman2009-03-041-0/+3
|
* Merge branch 'master' into storageDavid Lehman2009-03-041-1/+6
|\ | | | | | | | | | | | | | | | | Conflicts: anaconda fsset.py iutil.py iw/partition_gui.py partedUtils.py
| * Add "scratch" target that builds a tarball of masterPeter Jones2009-03-041-1/+6
| | | | | | | | | | Since "archive-no-tag" isn't very useful for test builds, add another tarball-making target that just builds whatever is in master.
* | Update packaging and makefile system for the new booty module.Chris Lumens2009-03-041-2/+2
| |
* | Add storage subdirectory to pychecker's list.David Lehman2009-02-261-1/+1
|/
* Various packaging fixed from review (#225246)Hans de Goede2009-01-051-1/+5
| | | | Various packaging fixed from review (#225246)
* Crude attempt to ensure all % signs are %% in rpmlog.David Cantrell2008-10-291-1/+1
| | | | | | | | Pumping lemma wins again. Damn computers. Who said this was fun again? You could end up seeing %%%%%%%%%%%%%%%%%%%% in an rpmlog, but who cares? Blame rpm?
* lang-names really does need to depend on subdirsJeremy Katz2008-10-071-1/+1
| | | | | | Or more accurately, lang-names needs to depend on the po subdir being done. Could probably be done more "correctly" with more complex makefiles but it's not really worth it
* Revert "Revert "lang-names should really only depend on lang-table""Jeremy Katz2008-09-291-1/+1
| | | | This reverts commit cd4fb1963fe827f05c4f19e0fc829762bc353f12.
* git-archive -> git archiveanaconda-11.4.1.38-1David Cantrell2008-09-201-1/+1
|
* Change 'git-' in git commands to 'git '.David Cantrell2008-09-201-3/+3
|
* Revert "lang-names should really only depend on lang-table"David Cantrell2008-09-201-1/+1
| | | | | | This reverts commit 6c4b3f81c12998e8a7661bed90dfdfe121445809. Restore old lang-names generation for now.
* lang-names should really only depend on lang-tableJeremy Katz2008-09-191-1/+1
|
* anaconda-yum-plugins is now in its own source repo.Chris Lumens2008-09-181-1/+1
|
* Use signed git tagsJeremy Katz2008-08-281-1/+1
|
* Revert "Pass --follow to git-log"David Cantrell2008-08-271-2/+2
| | | | This reverts commit 43ec7f218b55669a4d6e640b430f3ac93df6f525.
* Pass --follow to git-logDavid Cantrell2008-08-261-2/+2
| | | | Account for file renames.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-1/+1
|
* Create a subpackage containing the yum plugins.Chris Lumens2008-08-211-1/+1
|
* Clean up the tarballs too.Chris Lumens2008-08-121-1/+1
|
* Remove extra ')' in install-buildrequiresDavid Cantrell2008-08-111-1/+1
|
* Add install-buildrequires target.David Cantrell2008-08-081-0/+3
| | | | | | | If I clone the anaconda repo on a test system and want to build from the source tree, I have to make sure all of the BuildRequires are installed. 'make install-buildrequires' runs the command I always use.
* Wrap spec file changelog lines.David Cantrell2008-08-071-2/+9
| | | | | | | Automatic changelog generation is nice, but I liked it more when we avoided long lines in changelog entries. Wrap at 77 characters and indent continued lines by 2 spaces.
* Running git-tag -f from a makefile rule is a bad ideaJeremy Katz2008-07-231-2/+2
| | | | | As it easily sets you up to move tags accidentally. So if the tag already exists, then we should just bump the version
* Get rid of wlite and unicode-lite; these were necessary to supportPeter Jones2008-06-231-1/+1
| | | | static linking.
* fix testiso Makefile target - boot.iso, not netinst.isoWill Woods2008-04-241-2/+2
|
* Add 'testiso' targetJeremy Katz2008-02-281-1/+7
| | | | | | | | | | And tying everything together, we add a 'testiso' target to the makefile which builds an iso for testing the install. To use, run make DESTDIR=/tmp/anactest REPO=http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/ testiso and you'll get *your* current working directory together with the packages from REPO to create a netinst.iso in the current working directory (Note: you'll need to have sudo set up for your user)
* Remove old unneeded ruleJeremy Katz2008-02-281-7/+0
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-1/+20
| | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part.
* Remove isomd5sum bitsJeremy Katz2007-12-101-1/+1
|
* New version.anaconda-11.4.0.6-1Chris Lumens2007-12-061-1/+1
|
* Add a specfile rule to bump the version.Jeremy Katz2007-12-051-0/+14
|
* Make the tag an annotated tagJeremy Katz2007-12-041-1/+1
|
* Force the ChangeLog to be made, instead of relying on make deps.Chris Lumens2007-11-081-1/+2
|
* Add the ChangeLog to the tarball as well.Chris Lumens2007-11-081-3/+3
|
* Fix building the anaconda tarball.Chris Lumens2007-11-081-8/+8
| | | | | - Add a slash between the directory prefix and the filenames. - Put the docs into the anaconda-$(VERSION) directory before appending.
* makefile changes to create an archive with git -- use 'make archive'Jeremy Katz2007-11-051-43/+13
|
* 2007-10-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-301-1/+1
| | | | | * Makefile (lang-names): Make lang-names depend on subdirs so that translations are created first if using parallel make (#358411)
* 2007-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-281-2/+2
| | | | * Makefile: Docs got moved (#356021)
* 2007-10-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-151-0/+2
| | | | * Makefile: don't build gptsync on ppc