Commit graph

508 commits

Author SHA1 Message Date
Mike Bonnet
70bf2ef8cd show the summary and description of the srpm on the buildinfo page 2009-02-02 12:49:50 -05:00
Mike Bonnet
66ee5cf49f show the summary and description on the rpminfo page 2009-02-02 12:30:42 -05:00
Mike Bonnet
6294720dac getRPMHeaders(): return arbitrary headers pulled directly from the rpm on disk 2009-02-02 12:09:51 -05:00
Mike Bonnet
8bb31c8bdd no need to commit early since we're no longer creating links 2009-02-02 11:34:45 -05:00
Mike McLean
57c05b3a07 cli commands for external repos 2009-01-30 18:32:18 -05:00
Mike McLean
66ab8867cb allow global query in get_tag_external_repos 2009-01-30 18:32:18 -05:00
Mike McLean
fe8a176fee allow partial edits of external repo data 2009-01-30 18:32:17 -05:00
Mike McLean
fa1497b12a set external_repo_id=0 for normal imports 2009-01-30 18:32:17 -05:00
Mike Bonnet
7987b51615 grab information directly from the rpms on the filesystem rather than from the database in listRPMFiles(), getRPMFile(), and getRPMDeps(), and disable searching by filename within an rpm 2009-01-29 15:45:18 -05:00
Mike Bonnet
1731dab11b Happy New Year! 2009-01-28 18:40:25 -05:00
Mike Bonnet
199677836c use ids instead of names in the urls (names could have spaces or other special characters) 2009-01-28 18:32:29 -05:00
Mike Bonnet
6a6477d4b7 display external repo information in the web UI 2009-01-28 18:21:45 -05:00
Mike Bonnet
8d96f110cf increase the weight of the createrepo task significantly since repo merging can take a *lot* of memory 2009-01-28 17:41:57 -05:00
Mike Bonnet
9794382967 bump the weight of buildSRPMFromSCM since it creates a chroot now 2009-01-28 17:40:59 -05:00
Mike Bonnet
d4e00d4cf6 missing join on external_repo 2009-01-28 17:37:21 -05:00
Mike Bonnet
b37c216042 indicate when you're looking at a deleted rpm in the rpminfo page 2009-01-28 13:36:40 -05:00
Mike Bonnet
7f11eb941e cleanup whitespace 2009-01-28 12:55:41 -05:00
Mike Bonnet
66ffd25470 set %distribution the same way we set %vendor and %packager 2009-01-28 12:51:38 -05:00
Mike Bonnet
c53ab40cea use event_id consistently during the build process 2009-01-28 12:51:38 -05:00
Mike Bonnet
6199ad1b95 make repo_id an option to buildSRPMFromSCM for consistency with buildArch, but make it non-optional 2009-01-28 12:51:38 -05:00
Mike Bonnet
ef3b090424 support for including external repo data in Koji repos 2009-01-28 12:51:38 -05:00
Mike Bonnet
f317d39381 handle buildSRPMFromSCM tasks the same way as noarch buildArch tasks, when the tag archlist is a subset of the current builder arches 2009-01-28 12:51:37 -05:00
Mike McLean
c8808cfa22 handle external rpms gracefully in cli and webui 2009-01-26 16:17:37 -05:00
Mike McLean
4881571e11 better support for external rpms
- provide external repo data in calls that return rpminfo
- call to add an external rpm
- support n-v-r.a@repo syntax in get_rpm
2009-01-26 16:17:26 -05:00
Mike Bonnet
197c614c5a some enhancements to repo creation
- handle the event parameter correctly
  - allow manual creation of repos including srpms and/or debuginfo
2009-01-21 18:27:26 -05:00
Mike Bonnet
bf63b40ae7 update the external repo api to pass event= to get_tag() 2009-01-21 13:16:05 -05:00
Mike Bonnet
900755752e enable retrieval of tag information at a previous event 2009-01-21 13:08:10 -05:00
Mike Bonnet
7f02b5343d xmlrpc api for interacting with external repos 2009-01-21 13:01:22 -05:00
Mike Bonnet
5925d542d8 missing comma 2009-01-20 10:26:33 -05:00
Mike McLean
252f5d4c38 purge gc option 2009-01-19 16:41:01 -05:00
Mike McLean
d3e70f1fbf speed up koji-shadow a bit with multicall 2009-01-19 16:38:42 -05:00
Mike McLean
1747fc84c5 schema changes for external repos 2009-01-19 16:26:08 -05:00
Mike Bonnet
7b08741ad5 minor ui touchup 2009-01-19 12:48:12 -05:00
Mike Bonnet
99143b3413 add an auth token to any URL that modifies the system, to avoid CSRF vulnerabilities 2009-01-19 12:35:28 -05:00
Mike Bonnet
84b0b40615 include the current time in the cookie so we can verify that someone is not using a valid but expired cookie 2009-01-19 12:35:28 -05:00
Dennis Gilmore
b6efebf04c fix typo extra ) 2009-01-18 11:36:27 -06:00
Dennis Gilmore
2b98521a10 refactor checking of noarch rpms 2009-01-15 23:01:56 -06:00
Mike Bonnet
277b07a76b Fix the "Watch logs" feature in the web UI to work over SSL
- reimplemented by parsing plain text from the web UI instead of performing xmlrpc from JavaScript
  - removed dependency on the unmaintained jsolait JavaScript libraries
2009-01-14 13:34:04 -05:00
Mike Bonnet
74bdb51298 handle offset= and size= in getfile urls 2009-01-14 13:34:04 -05:00
Dennis Gilmore
9df119e79e working noarch package building 2009-01-12 22:59:42 -06:00
Dennis Gilmore
285e91ec35 initial attempt at supporting noarch subpackages.
right now it will take them from the first arch in the build arch list
2009-01-12 22:58:48 -06:00
Dennis Gilmore
1c3289392c remove the old kojisd bits now in koji-shadow 2009-01-12 22:58:10 -06:00
Dennis Gilmore
09d3e52407 add option to tag builds when complete (could be smarter im tagging into the tag we are building)
clean up handling of arches to build for (add command line option)
clean up handling of newerBuilds,  it should be for all builds not just missing ones
2009-01-12 22:57:14 -06:00
Dennis Gilmore
2f8d215c5c fix case in MissingPolicyOk actually set the defaut correctly 2009-01-12 22:54:07 -06:00
Dennis Gilmore
2a2ca86f16 make the arches to build for a config option 2009-01-12 22:53:26 -06:00
Dennis Gilmore
dd77a2cf9e fix up newerBuild substitution, if there is no local build we dont want it replaced :) 2009-01-12 22:51:57 -06:00
Dennis Gilmore
828ecc7484 koji-shadow: Initial setup of code to prefer a newer build 2009-01-12 22:49:52 -06:00
Dennis Gilmore
b55c3dc28c basic ssl auth for koji-shadow 2009-01-12 22:48:51 -06:00
Mike Bonnet
4ea21b6d46 use the new mock --buildsrpm feature to create the srpm from sources 2009-01-10 15:14:20 -05:00
Mike Bonnet
a2e7e7f41d return a placeholder object from method calls while in a multicall 2009-01-09 12:58:40 -05:00