summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename fedora-hosted to fedora-hosted.pyDennis Gilmore2009-08-061-0/+0
|
* update fedora-cert for new python-fedora apiDennis Gilmore2009-08-061-1/+1
|
* Add fedora-hostedjkeating@localhost.localdomain2009-08-046-4/+261
| | | | | | fedora-hosted is a command line tool to ineract with Fedora Hosted's Trac server via xmlrpc. It requires the offtrac python library as indicated in the spec file.
* drop back to 0.3.7 so Jesse's patch cleanly appliesDennis Gilmore2009-08-041-1/+1
|
* bump to 0.4.0Dennis Gilmore2009-08-041-1/+1
|
* Added tag 0.3.7 for changeset b748d9d3ad75Dennis Gilmore2009-07-300-0/+0
|
* update to 0.3.7Dennis Gilmore2009-07-303-2/+26
|
* make sure that user_cert is defined before refrencing itDennis Gilmore2009-07-301-1/+1
|
* Added tag 0.3.6 for changeset c270f96fbe87Dennis Gilmore2009-07-280-0/+0
|
* bump to 0.3.6Dennis Gilmore2009-07-282-1/+5
|
* default cvs checkouts to anonymous when there is no user certDennis Gilmore2009-07-281-1/+5
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=514108
* quote the passed arguments to rpmbuild for bugDennis Gilmore2009-07-281-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=513269
* Added tag 0.3.5 for changeset c8ae36f0302dDennis Gilmore2009-07-130-0/+0
|
* add rpmbuild-md5 so that srpms can easily be made for oldstyle hases to do ↵Dennis Gilmore2009-07-138-26/+175
| | | | scratch builds on old distros from newer ones
* Added tag 0.3.4 for changeset 63eabd9ad769Dennis Gilmore2009-06-240-0/+0
|
* makefile additions for new filesDennis Gilmore2009-06-241-1/+1
|
* Added tag 0.3.4 for changeset 776617326fefDennis Gilmore2009-06-220-0/+0
|
* update spec for 0.3.4Dennis Gilmore2009-06-221-6/+18
|
* setup to install the new sciptsDennis Gilmore2009-06-221-1/+1
|
* Added tag 0.3.4 for changeset 645d0ea52076Dennis Gilmore2009-06-220-0/+0
|
* run mergeDennis Gilmore2009-06-226-124/+49
|\
| * Added tag 0.3.4 for changeset 64d30f117483Dennis Gilmore2009-06-210-0/+0
| |
| * add extra files to Makefile.amDennis Gilmore2009-06-213-0/+41
| | | | | | | | add fedora-getsvn
| * bump release to 0.3.4Dennis Gilmore2009-06-211-1/+1
| |
| * add hppa arch to configsDennis Gilmore2009-06-211-1/+1
| |
| * replace existing config file if it existsDennis Gilmore2009-06-211-1/+4
| |
| * fix bug where file file is unlinked when it doesnt existDennis Gilmore2009-06-211-1/+2
| |
| * remove the old fedora-packager-setup bash scriptDennis Gilmore2009-06-211-120/+0
| |
* | Ignore generated files.Ville Skyttä2009-04-091-0/+2
| |
* | Improve package lookup error control.Ville Skyttä2009-04-091-4/+10
| |
* | Make scripts executable in hg.Ville Skyttä2009-04-098-0/+0
| |
* | Improve error messages.Ville Skyttä2009-04-091-2/+2
| |
* | megre in changes from two machinesDennis Gilmore2009-03-051-0/+103
|\|
| * add fedora-cert.py for managing user certsDennis Gilmore2009-03-021-0/+103
| |
* | use os.path.join not setting up just as a stringDennis Gilmore2009-03-051-6/+6
| |
* | Real time updates as you check out from cvsDennis Gilmore2009-03-051-7/+7
| |
* | clean up specDennis Gilmore2009-03-031-3/+4
|/
* update to use new fedora-packager-setup.pyDennis Gilmore2009-03-024-7/+7
|
* rewrite fedora-packager-setup.sh in pythonDennis Gilmore2009-03-021-0/+131
|
* Merged changesDennis Gilmore2009-01-292-0/+21
|
* Add .hgignoreTodd Zullinger2009-01-291-0/+14
| | | | | | | --- .hgignore | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 .hgignore
* Add a very basic autogen.sh scriptTodd Zullinger2009-01-291-0/+41
| | | | | | | --- autogen.sh | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) create mode 100755 autogen.sh
* Use bzip2 for tarballsTodd Zullinger2009-01-291-2/+2
| | | | | | | | This also updates automake initialization accoring to the automake documentation. --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
* Rename configure.in to configure.acTodd Zullinger2009-01-291-0/+0
| | | | | | | | Autoconf documentation recommends using configure.ac for new projects. --- configure.in => configure.ac | 0 1 files changed, 0 insertions(+), 0 deletions(-) rename configure.in => configure.ac (100%)
* Drop .sh from fedora-packager-setup Makefile targetTodd Zullinger2009-01-291-3/+3
| | | | | | --- Makefile.am | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
* Restore COPYING as a regular fileTodd Zullinger2009-01-291-0/+674
| | | | | | | --- COPYING | 674 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 674 insertions(+), 0 deletions(-) create mode 100644 COPYING
* Remove generated files and other autotools cruftTodd Zullinger2009-01-2911-5717/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | --- COPYING | 1 - GPL | 339 ---- INSTALL | 1 - Makefile | 446 ------ Makefile.in | 446 ------ config.log | 177 --- config.status | 878 ----------- configure | 3427 ----------------------------------------- fedora-packager-0.3.0.tar.bz2 | Bin 52601 -> 0 bytes install-sh | 1 - missing | 1 - 11 files changed, 0 insertions(+), 5717 deletions(-) delete mode 120000 COPYING delete mode 100644 GPL delete mode 120000 INSTALL delete mode 100644 Makefile delete mode 100644 Makefile.in delete mode 100644 config.log delete mode 100755 config.status delete mode 100755 configure delete mode 100644 fedora-packager-0.3.0.tar.bz2 delete mode 120000 install-sh delete mode 120000 missing
* Sync spec file with 0.3.1-1 from rawhideTodd Zullinger2009-01-291-7/+12
| | | | | | --- fedora-packager.spec | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-)
* clean up autobitsDennis Gilmore2009-01-2814-11559/+309
| | | | bump to 0.3.2
* Added tag 0.3.1 for changeset 6e4727818349Dennis Gilmore2008-08-180-0/+0
|