| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Consistently use git.* and pyfedpkg.* functionsinitial-merge-command/raw | Hans Ulrich Niedermann | 2010-08-08 | 1 | -67/+48 |
| | | | | | | | Also - remove -n/--dry-run argument - fix branch sorting order | ||||
| * | Consistently use pyfedpkg.switch_branch() function | Hans Ulrich Niedermann | 2010-08-08 | 1 | -9/+6 |
| | | |||||
| * | After initial-merge, switch-branch to newest one | Hans Ulrich Niedermann | 2010-08-07 | 1 | -0/+1 |
| | | |||||
| * | Fix global_dry_run usage (actually dry run!) | Hans Ulrich Niedermann | 2010-08-07 | 1 | -0/+2 |
| | | |||||
| * | whitespace consistency | Hans Ulrich Niedermann | 2010-08-07 | 1 | -0/+1 |
| | | |||||
| * | Typo fix in help string | Hans Ulrich Niedermann | 2010-08-07 | 1 | -1/+1 |
| | | |||||
| * | TODO: Use pyfedpkg.* functions instead of git calls | Hans Ulrich Niedermann | 2010-08-05 | 1 | -0/+2 |
| | | |||||
| * | Import pyfedpkg.initial_merge via __init__.py | Hans Ulrich Niedermann | 2010-08-05 | 2 | -2/+3 |
| | | |||||
| * | Improve initial-merge docs | Hans Ulrich Niedermann | 2010-08-05 | 1 | -4/+6 |
| | | |||||
| * | Implement initial-merge options -n --dry-run | Hans Ulrich Niedermann | 2010-08-05 | 1 | -0/+9 |
| | | |||||
| * | doc improvements | Hans Ulrich Niedermann | 2010-08-05 | 1 | -11/+12 |
| | | |||||
| * | Remove obsolete main() & Co | Hans Ulrich Niedermann | 2010-08-05 | 1 | -12/+0 |
| | | |||||
| * | limit default exports | Hans Ulrich Niedermann | 2010-08-05 | 1 | -0/+7 |
| | | |||||
| * | remove debugging print statements | Hans Ulrich Niedermann | 2010-08-05 | 1 | -8/+0 |
| | | |||||
| * | Finish initial-merge hookup as fedpkg subcommand | Hans Ulrich Niedermann | 2010-08-05 | 2 | -8/+42 |
| | | | | | TODO: Remove old command code | ||||
| * | refactoring initial-merge | Hans Ulrich Niedermann | 2010-08-04 | 2 | -13/+28 |
| | | |||||
| * | More renames | Hans Ulrich Niedermann | 2010-08-04 | 1 | -0/+0 |
| | | |||||
| * | Move initial-merge.py to pyfedpkg | Hans Ulrich Niedermann | 2010-08-04 | 1 | -0/+0 |
| | | |||||
| * | Add initial-merge.py standalone script | Hans Ulrich Niedermann | 2010-08-03 | 1 | -0/+172 |
| | | | | | Will be worked into a fedpkg command later. | ||||
| * | Fix string typo in comparison ('feodra') | Hans Ulrich Niedermann | 2010-08-03 | 1 | -1/+1 |
| | | |||||
| * | Remove function call results as default param values | Hans Ulrich Niedermann | 2010-08-03 | 1 | -7/+22 |
| | | | | | | | | | | The function call is evaluated once when the module code is read. However, the os.getcwd() function might give different results at run time than at module reading time. Replaced those default param values with None, and let the functions call os.getcwd() if the param happens to be None. | ||||
| * | Fix rawhide branch detection (define .distshort) | Hans Ulrich Niedermann | 2010-08-03 | 1 | -0/+1 |
| | | | | | Also define PackageModule.distshort for rawhide branches. | ||||
| * | Enable branch switching without any rpm content | Jesse Keating | 2010-08-02 | 2 | -58/+62 |
| | | | | | | Without rpm content, we can't init the packagemodule, so don't try to do that when switching branches. | ||||
| * | Don't clog the first line of a changelog | Jesse Keating | 2010-08-02 | 1 | -4/+3 |
| | | | | | It's redundant. | ||||
| * | Also log on chain building | Jesse Keating | 2010-08-02 | 1 | -0/+3 |
| | | |||||
| * | Add a nvr property to the class and use it | Jesse Keating | 2010-08-02 | 1 | -0/+2 |
| | | | | | | We could probably use this in more places, but this is a good start. Ticket #30 | ||||
| * | set the loacl rpms macros to match whats set in olpc-release, | Dennis Gilmore | 2010-08-01 | 1 | -2/+5 |
| | | | | | fedora-release and redhat-release. fixes a bug on local rpm creation | ||||
| * | Remove unused import | Jesse Keating | 2010-07-31 | 1 | -1/+0 |
| | | |||||
| * | Fix a hashtype bug | Jesse Keating | 2010-07-31 | 1 | -1/+1 |
| | | |||||
| * | Fix chainbuild to work for rawhide at least | Jesse Keating | 2010-07-31 | 1 | -2/+4 |
| | | | | | Need more logic here to work with other chainable targets like epel. | ||||
| * | wrap fedora-cert.py's calls to fedora-cert module and catch exceptions | Dennis Gilmore | 2010-07-29 | 1 | -4/+20 |
| | | |||||
| * | wrap fedora_cert calls in try: except: and catch the error | Dennis Gilmore | 2010-07-29 | 1 | -5/+13 |
| | | |||||
| * | write out a arch config for mips in anticipation of the arch tea getting ↵ | Dennis Gilmore | 2010-07-29 | 1 | -1/+1 |
| | | | | | koji running | ||||
| * | Make fedpkg clone -b f?? package work | Jesse Keating | 2010-07-29 | 1 | -0/+6 |
| | | | | | Also works for el? and olpc? | ||||
| * | Try to use kitchen when available. | Jesse Keating | 2010-07-29 | 1 | -1/+4 |
| | | | | | This should make things work on el4/5 | ||||
| * | Move 'sources' to not be part of the class | Jesse Keating | 2010-07-29 | 2 | -54/+63 |
| | | | | | | This might work around a weird issue where the koji builders can't read the git config strings in the chroot | ||||
| * | Fix checking for unpushed changes on a branch | Jesse Keating | 2010-07-28 | 1 | -2/+4 |
| | | |||||
| * | Always target dist-rawhide when building from master | Jesse Keating | 2010-07-27 | 1 | -1/+1 |
| | | |||||
| * | Allow anonymous checkouts with fedpkg | Jesse Keating | 2010-07-27 | 2 | -2/+10 |
| | | | | | Comes from https://fedorahosted.org/fedora-packager/ticket/25 | ||||
| * | Fix cloning with branches for our new branch scheme | Jesse Keating | 2010-07-27 | 1 | -3/+4 |
| | | |||||
| * | Remove the koji.stg hack | Jesse Keating | 2010-07-27 | 1 | -4/+0 |
| | | |||||
| * | Update to production URLS | Jesse Keating | 2010-07-27 | 1 | -4/+4 |
| | | |||||
| * | Impliment pushing. Thanks Jochen@herr-schmitt.de | Jesse Keating | 2010-07-26 | 2 | -2/+23 |
| | | |||||
| * | Rework how we deal with branches | Jesse Keating | 2010-07-23 | 2 | -27/+66 |
| | | | | | | | Create a new list_branches function to discover the local and remote branches. Allow creating a new branch if the requested local branch doesn't already exist. | ||||
| * | Replace doesn't appear to be used. | Jesse Keating | 2010-07-23 | 1 | -1/+1 |
| | | |||||
| * | Move things to be in alphabetical order. | Jesse Keating | 2010-07-23 | 1 | -21/+21 |
| | | |||||
| * | Imports go at the top | Jesse Keating | 2010-07-23 | 1 | -1/+2 |
| | | |||||
| * | When SSL connection fails, print it on screen. | Thomas Spura | 2010-07-23 | 1 | -2/+6 |
| | | | | | | | | E.g. when the handshake fails, because your certificate is too old, fedpkg will gracefully fail and not completely crash. Signed-off-by: Thomas Spura <tomspur@fedoraproject.org> | ||||
| * | Change how we determine branches | Jesse Keating | 2010-07-22 | 1 | -17/+42 |
| | | | | | | | | | | | This requires that remote branches follow a naming scheme of <release>/master and <release>/topic where release is like "f13" or "epel6". If we don't find a f<something, epel<something>, or olpc<something>, we assume that it is either master, or a branch of master for rawhide, and treat it like rawhide. To determine rawhide target we look at all the f branches, find the latest one and add 1 to the number. Seems to work and will keep working until Fedora 99. | ||||
| * | Use log not print | Jesse Keating | 2010-07-15 | 1 | -1/+1 |
| | | |||||
