| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
instead of just copying over the entire pyanaconda/. we can afford doing
this now for two reasons:
1) anaconda:setupPythonUpdates() symlinks remaining files and directories.
2) booty/ and isys/ are now correctly under pyanaconda.
|
| |
|
|
|
|
|
| |
Now that we are using the pyanaconda module the updates need to
include it, and the path needs to be adjusted to include it.
isys should also be included next to it when it's __init__.py changes
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch avoids a traceback when trying to copy a deleted file.
* scripts/makeupdates (doGitDiff): used 'git diff --name-status tag' to get
the list of changed files.
(pruneFile, isysChanged): Adjust for file name parsing. We should stop
looking for the '|' character and we should analyze the first character
which contains the status of the file with respect to tag. For now we
only skip the deleted files.
|
| |
|
|
|
| |
* scripts/makeupdates : Prevent a trace back caused by trying to use an
uninitialized opts var.
|
| |
|
|
| |
* scripts/makeupdates (usage): Add help messages for --tag and --offset.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* scripts/makeupdates (getArchiveTagOffset): New function to calculate
the tag based on an offset.
(main): Add the offset option to the arguments.
|
| | |
|
| | |
|
|
|
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.
|