summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update to 0.3.1Dennis Gilmore2008-08-1811-1369/+1940
|
* Add in anonymous capability for aspiring but unsponsored contributors,kylev@kylev-dt.sfo.ironport.com2008-06-101-40/+59
| | | | big clean-up.
* s/os.exit/sys.exit/Luke Macken2008-05-091-1/+1
|
* itarball should not be in RCSDennis Gilmore2008-03-301-0/+0
|
* add soemthing to NEWS and TODODennis Gilmore2008-03-303-0/+7
|
* add scripts from wiki. they still need workDennis Gilmore2008-03-3021-10/+14163
|
* Version 0.3.0Dennis Gilmore2008-03-305-12/+16
| | | | We now use pyOpenSSL to get username and check that the cert is valid
* update changelogDennis Gilmore2008-03-201-0/+4
|
* Added tag 0.2.0 for changeset a2781f553b5dDennis Gilmore2008-03-200-0/+0
|
* Added tag 0.2.0 for changeset a2781f553b5dDennis Gilmore2008-03-200-0/+0
|
* update specDennis Gilmore2008-03-201-4/+9
|
* new url for fas2Dennis Gilmore2008-03-201-1/+1
|
* 0.2.0 releaseDennis Gilmore2008-03-205-58/+40
|