aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-25python fnctionssgwSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-25getallpkginfo: Reorder options and add USE_MASTER FlagSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-25getallpkginfo.bash: comment out proxiesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-25auto.conf: Correct missing COMMERCIAL* DataSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2011-05-23Merge branch 'master' of ssh://git.yoctoproject.org/pkg-reportSaul Wold
2011-05-20This changeset rewrite the script and add the showchart webpage again.Mei Lei
getallpkginfo.bash:Rewrite it, add an argument "drawchart" to enable drawchart function, add an argument <mailaddr> to recieve testing mail, avoiding send mail to default mail address. Add some license text for python file. Update some relative webpage. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-05-18Merge branch 'master' of ssh://git.yoctoproject.org/pkg-reportSaul Wold
2011-05-17Add a new feature to show recipe's repo detail informationMei Lei
getallpkginfo.bash: Add a new process to generate the repo address of every recipe. info_to_db.py: Add repo address information into database. detail.html: Show repo link on this webpage. recipe_repo.py: Cook the original repo address data to generate the last data which can be handled by report system. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-05-17This changeset disable showchart.htmlMei Lei
getallpkginfo.bash: Comment out the barchart generate process. invalid.html: Remove the link to showchart.html. link to manualcheckhistory.html. manualcheckhistory.html: Remove the link to showchart.html, link to invalid.html. upgradehistory.html: Remove the link to showchart.html, link to upgradeinfo.html. upgradeinfo.html: Remove the link to showchart.html, link to upgradehistory.html. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-05-17Change the branch and disable those native and native sdk recipes on webpage ↵Mei Lei
and in mail report getallpkginfo.bash: Change to the poky-contrib tree and stage/master_under_test branch, also use universe to check more recipes. invalid.html: Disable those native and nativesdk recipes on manualcheck web page. upgradeinfo.html: Disable those native and nativesdk recipes on upgrade web page. lastchktim_to_log.py: Change the DISTROHOME to poky-contrib, not poky again. mailaboutchktime: Disable those native and nativesdk recipes on manualcheck remiand mail. mailaboutupgrade: Disable those native and nativesdk recipes on upgrade remiand mail. maintainer_to_log: Change the DISTROHOME to poky-contrib, not poky again. noupgreason.py: Change the DISTROHOME to poky-contrib, not poky again. upgrade_to_log.py: Change the DISTROHOME to poky-contrib, not poky again. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-05-16Merge branch 'master' of ssh://git.yoctoproject.org/pkg-reportSaul Wold
2011-05-14This changeset add a new feature to show which recipe missing license textMei Lei
getallpkginfo.bash: change the error log content, will catch fail message not successful message. info_to_db.py: Add the missing license text information into database. index.py: Add this new feature on server side. upgradeinfo.html: Fix a little bug on this page. checklicense.py: Handle the missinglicense.csv in order to be recognized by pkg-report system. checklog.py: Sync with getallpkginfo.bash change. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-05-06This commit add a new webpage distroexistence.htmlMei Lei
On this new webpage, we can check how many distros every recipe exist in. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-29index.py: Fix a bug in NoUpgradeReasonMei Lei
Some upstream version which include hyphen can't be recognized by pkg-report system. This pull request will replace hyphen by dot, then the report system can compare the upstrem version with local version. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-15Merge branch 'master' of ssh://git.yoctoproject.org/pkg-reportSaul Wold
2011-04-15Add .gitignoreSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2011-04-15index.py: Fix the issue when accessing invalid old database.Mei Lei
Some databases maybe deleted manually on server but the update script didn't run after that, so if we access those invalid databases, they will lead a crash issue. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-04-07sync the distrodata.bbclass change.Mei Lei
This stage sync the distrodata.bbclass change. We will use only one log file named checkpkg.csv to get all the upstream packages information. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-03-24detail.html: Remove some local files incorrect upstream informationMei Lei
Some local files no upstream information, so remove their incorrect upstream information from table. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-03-18getallpkginfo.bash: Fix a little issue when create log fileMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-03-18This stage add a new feature to access history database of upgrade informationMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-03-18This stage add a new feature to show bar chart of upgrade historyMei Lei
This feature need to install matplotlib module, the version information is in the README file. Signed-off-by:Mei Lei<lei.mei@intel.com>
2011-03-07getallpkginfo.bash: Use sed to add new layer meta-yocto to bblayers.confMei Lei
Signed-off-by:Mei Lei <lei.mei@intel.com>
2011-03-05Ajust some inaccurate version check results to manual check pageMei Lei
Also add https proxy for checkpkg task Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-27getallpkginfo.bash: Redirect the stderr to logMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-27getallpkginfo.bash: Remove build directory to get a clean environment everytimeMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-27getallpkginfo.bash: Remove some needless comment.Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-27getallpkginfo.bash: Fix symbolic link issueMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-26getallpkginfo.bash: Fix another path issueMei Lei
Add the log directory in git to make sure we can generate log file under it. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-25getallpkginfo.bash: Add network proxy settingMei Lei
Network proxy setting will avoid network problems when use cron calling this script. You can set the proxy as your local proxy. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-25getallpkginfo.bash: Fix path issue when cron call this scriptMei Lei
This path issue due to the cron can't load environment for his calling script, so we can't use 'pwd' in the script to get the script absolute path. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-23This commit add a backup database in case the database was brokenMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-23Update the database and make the report mail more prettyMei Lei
The report mail will show how long time those need to manual check recipes didn't been updated. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-23Change the email address of system notification.Mei Lei
If the system status is good, it will send report to maillist normally. If some failures happened on system, it will stop send mail to mail list, and send the fail log to Mei Lei and Saul. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-22Modify the database update script to make sure it can be run normally on ↵Mei Lei
server side Change getallpkginfo.bash and a lot of python function to make sure the update process and send mail process can run normally on the server. After this commit, we can trigger the automatic process of send report mail and update database on server. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-19After fix some bugs in checkpkg task, we get the latest reportMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-19top.html: Fix the issue that click logo will open a new tabe sometimesMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-18invalid.html: Fix can't sort LatestVersion issueMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-18Improve the search function and add a auto.conf file for poky.Mei Lei
Imporve the search function to strip leading/tailing spaces. Add auto.conf file to instead of a lot of pokypatch Remove some unecessary files. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-17top.html: Change the logo link to "/" instead of "pkg-report"Mei Lei
Update the README at the same time. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-17search.jpg: Replace the original serach.jpg with a new icon.Mei Lei
The new search.jpg comes from the internet and the license is: free for commercial use we can check the detail information about this icon in the LICENSE file. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-02-16This commit fix some webpage display issuesMei Lei
Fix below issues: Logo superlink can't link to the right webpage; Some Links can't show normally when webpage resize; Modify the frame attribution to look the webpage more pretty when resize it. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-01-31Use CSS to set Yocto Logo link to the MainpageMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-01-30Change the Server to apache server for this systemMei Lei
Admin can refer to the BKM in README to set up this system on server. Signed-off-by: Mei Lei<lei.mei@intel.com>
2011-01-26This stage add SRC_URI data and omit those local recipes when checking ↵Mei Lei
upstream version Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-01-19Add the svn judgement statement and modify the getallpkginfo.bashMei Lei
getallpkginfo.bash: Add the statement make sure we can generate a log directory before we want to store log. Signed-off-by:Mei Lei<lei.mei@intel.com>
2011-01-16Add MIT copyfile and add license copyright head for codeMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-01-13Delete some images which have license issues.Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-01-12Fix some bugs on showing upgrade package listMei Lei
Signed-off-by: Mei Lei<lei.mei@intel.com>
2011-01-07This stage finished upgrade work flowMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>