diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-07-24 16:05:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-19 11:31:59 +0100 |
commit | e993aa67054aa43854570861b4f005e780bdd3df (patch) | |
tree | 992b81e22520e5260ea3fbf65a1172938368eccd /bitbake/toaster-requirements.txt | |
parent | 5b4e380b9b4335f4607d78d97345bbbda4c66e0e (diff) | |
download | openembedded-core-contrib-e993aa67054aa43854570861b4f005e780bdd3df.tar.gz |
bitbake: toaster: hide irrelevant builds in the project builds view
This patch fixes the project builds view so it doesn't show
"in progress" builds or builds for other projects.
Note that this also modifies the "all builds" view to use
the same queryset filtering as the project builds. This is
to avoid excluding "in progress" builds more than once, which
is what was happening before.
The patch also has a minor change to ensure that when
displaying the project builds page, only builds for that
project are in the results.
The queryset filtering is now split over several lines so
you can see what's going on.
[YOCTO #8236]
[YOCTO #8187]
(Bitbake rev: 771c08b9be1f7875e0216e381ab0a81ef0d26256)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/toaster-requirements.txt')
-rw-r--r-- | bitbake/toaster-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/toaster-requirements.txt b/bitbake/toaster-requirements.txt index 1d92d5e3a7f..c4a22215538 100644 --- a/bitbake/toaster-requirements.txt +++ b/bitbake/toaster-requirements.txt @@ -3,3 +3,4 @@ South==0.8.4 argparse==1.2.1 wsgiref==0.1.2 filemagic==1.6 +beautifulsoup4>=4.4.0 |