Mike Bonnet
6220da0106
simplify estimated completion calculation
2009-02-08 14:35:10 -05:00
Mike Bonnet
15ad2a4cae
display an Origin column indicating the external repo on the rpmlist page
2009-02-08 14:21:37 -05:00
Mike Bonnet
6877749c32
remove redundant getPackageConfig() call
2009-02-08 13:59:19 -05:00
Mike Bonnet
6df41f7592
add the authtoken to the build cancel link
2009-02-06 19:12:38 -05:00
Mike Bonnet
0c2f95715d
provide a default for NotifyOnSuccess
2009-02-06 19:00:37 -05:00
Mike Bonnet
9e0ab60c24
if we're not building from a specific repo_id, use the most recent event_id instead of the repo creation event_id, because config changes could have been made to the dest tag that don't affect the repo
2009-02-06 18:46:49 -05:00
Mike Bonnet
7798b7d87d
whitespace cleanup
2009-02-06 18:11:41 -05:00
Mike Bonnet
f8e875afc0
run rpmdiff against noarch subpackages
2009-02-06 18:08:13 -05:00
Mike Bonnet
55761eacbd
always wrap a traceback in <pre> tags
2009-02-06 18:08:13 -05:00
Mike McLean
6b8a183ac1
record external rpms in buildroots
2009-02-06 17:45:28 -05:00
Mike McLean
f793d2f1b4
more fully honor topdir in kojid
2009-02-06 17:45:27 -05:00
Dennis Gilmore
de59def8e6
fix typo
2009-02-06 14:13:23 -06:00
Dennis Gilmore
ecffd79425
clean up whitespace
2009-02-05 17:54:55 -06:00
Dennis Gilmore
98aa1eeca0
have config work
...
support an ignorearch list. some packages are excluded on secondary arches.
we are assuming that the spec files deal with those packages not being there.
2009-02-05 17:54:02 -06:00
Dennis Gilmore
7b867ca424
configure weather we send email to task and package owners on success. still send email to watchers
2009-02-05 17:54:02 -06:00
Mike McLean
46f20d36c8
show correct repo data when tag is both a build tag and destination tag
2009-02-02 22:14:37 -05:00
Mike McLean
0923de7bc8
fix typo in option help
2009-02-02 22:14:37 -05:00
Mike Bonnet
48a49e650d
- pull changelog entries directly from the file on the filesystem
...
- don't populate the changelogs table
2009-02-02 19:02:07 -05:00
Mike Bonnet
f1a36d48b5
also escape HTML in the file name
2009-02-02 14:11:54 -05:00
Mike Bonnet
d6a8bb9322
enforce utf-8 encoding in escapeHTML()
2009-02-02 14:07:00 -05:00
Mike Bonnet
8be46131b5
use SiteName in the recent build RSS feed
2009-02-02 13:47:33 -05:00
Mike Bonnet
5ea063d1dc
control line wrapping using CSS instead of pre tags to avoid unnecessary whitespace
2009-02-02 13:32:15 -05:00
Mike Bonnet
acacff6322
handle queryOpts even when the rpm doesn't exist
2009-02-02 13:11:26 -05:00
Mike Bonnet
34a94b354b
ensure that the summary and description keys get created in the values map
2009-02-02 13:06:54 -05:00
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