| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
This fixes a problem where my updates image included 64-bit .pyc files that
were causing problems with my 32-bit guest VM.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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 the udev rules in /lib/udev/rules.d instead of in runtime dir, so
that they are available for use directly on the livecd.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
anaconda
fsset.py
iutil.py
iw/partition_gui.py
partedUtils.py
|
| | |
| |
| |
| |
| | |
Since "archive-no-tag" isn't very useful for test builds, add another
tarball-making target that just builds whatever is in master.
|
| | | |
|
| |/ |
|
| |
|
|
| |
Various packaging fixed from review (#225246)
|
| |
|
|
|
|
|
|
| |
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?
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
This reverts commit cd4fb1963fe827f05c4f19e0fc829762bc353f12.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This reverts commit 6c4b3f81c12998e8a7661bed90dfdfe121445809.
Restore old lang-names generation for now.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit 43ec7f218b55669a4d6e640b430f3ac93df6f525.
|
| |
|
|
| |
Account for file renames.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
As it easily sets you up to move tags accidentally. So if the tag already
exists, then we should just bump the version
|
| |
|
|
| |
static linking.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
- Add a slash between the directory prefix and the filenames.
- Put the docs into the anaconda-$(VERSION) directory before appending.
|
| | |
|
| |
|
|
|
| |
* Makefile (lang-names): Make lang-names depend on subdirs so that
translations are created first if using parallel make (#358411)
|
| |
|
|
| |
* Makefile: Docs got moved (#356021)
|
| |
|
|
| |
* Makefile: don't build gptsync on ppc
|