aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-11-30getallpkginfo: correctly save and date the recipe_name_version log, this ↵HEADmasterSaul Wold
should fix the graphing issues Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-11-30mailabout*.py: fix nativesdk checkingSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-16getallpkginfo: Remove Mei's Name in favor of Saul'sSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-12index.py: Fix Search due to Priority field still being checkedSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-28getallpkginfo: clean up date and history generationSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-28dailycheck_to_db: Only put updates into dbSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-28index.py: cleanupSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-28templates: Fix offsets after removing priority fieldSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-26detail.html: Update for removing PrioritySaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-23mailaboutchktime: fix field offsetsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21getallpkginfo: fix sed for PRsplitSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21upgrade_history_to_db: Use dailycheck info to set UpgradeTime automagicallySaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21pkginfo_to_csv: Adjust for removing PRIORITYSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21mailabout*: Adjust for removing PRIORITYSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21info_to_db: Adjust for removing PRIORITYSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21index.py: remove Package Priority (obsolete)Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21auto.conf: Update for split filesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21getallpkginfo: fix up for split distro trackingSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21dailycheck: reduce filemappingsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-21getallpkginfo: fix up for split distro trackingSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-20fix filenames for distro_tracking splitSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-20Helper scripts rewrite after distro_tracking_fields.inc was splitLaurentiu Palcu
Changes: - converted indentation tabs to spaces to conform with Python coding style; - added regex for format validation; - changed *.inc path Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-03-14auto.conf: Update LICENSE_FLAGS_WHITELISTSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-07mailaboutchktime: Add Manual Update Needed countSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-29.gitignore: update for new db filesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-18Add year to upgrade chart infoSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-17Fix permissionsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-16mailabout*: Add package countsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-12-30This add new feature milestone_target track.Mei Lei
We need to add the apache config to enable javascript render. Add the below content in /etc/apache2/sites-available/default: Alias /js /var/www/webpy-app/yocto-web/newserver/webserver/js/ We also need to add two args "milestone_start_date" and "mile_stone_end_date" for getallpkginfo.bash in cron. like this: 08 23 * * 1,3,5,0 /var/www/webpy-app/yocto-web/getallpkginfo.bash weeklycheck lei.mei@intel.com drawchart 2011-10-31 2011-12-31 >/dev/null 2>&1 Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-21upgradehistory.html: Revert some changes.Mei Lei
Some maintainers still use invalid maintainer's infomation to upgrade recipes, so revert to the original code. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-21index.py: Turn off the debug information on public serverMei Lei
Turn off the debug switch on public server for security. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-19distro_tracking_format_check.py: Change the read cursor to the start of the fileMei Lei
Use seek() to change the read cursor to the start of the file in order to use loop twice in one module. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-16Add more strict check for distro_tracking_fields.incMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-14Fix upgradehistory and upgradehistory_detail page display issue.Mei Lei
Some maintainers info are not avaliable on upgradehistory page, so ignore those invalid info. If upgrade more than 15 recipes in one day, the upgradehistory_detail page will not display them correctly, so add an exception for this issue. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-14Ignore those recipes,like linux-yocto*,task-*,upgrade historyMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-14Add more upgrade statistic data on upgradehistory page.Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-10getallpkginfo.bash: Add distro_tracking file check and change the logic of ↵Mei Lei
send log mail This patch added the distro_tracking_fields.inc format check function and send log mail to maintainer if there is any problem exist. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-09Add a mechnism to check distro_tracking_fields.inc.Mei Lei
This patch set added a mechnism to check distro_tracking_fields.inc in order to make the pkg-report system database update process more stable. We will generate two report logs for format issue, one named "block_update_process_format_problem.log", this log will record all the format issue which blocked the pkg-report system database update process. The other named "potential_format_problem.log", this log will record all the format issue which will not influence the pkg-report system update process. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-09getallpkginfo.bash: Add log content for tracking pull git tree process.Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-06getallpkginfo.bash: change info_to_db.py PATH in this scriptMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-06Add pkg_env.py as global environment variable declarationMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-06lastchktime_to_log.py: Fix a RECIPE_MANUAL_CHECK_DATE format issue.Mei Lei
Two recipes:eglibc,ghostscript,missing the package name in RECIPE_MANUAL_CHECK_DATE, this mess other packages manual check time. Add an exception handle when detecting the "None" packge name in RECIPE_MANUAL_CHECK_DATE. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-02Fix remaining typo errors on invalid.html and upgradeinfo.htmlMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-02upgradeinfo.html: Fix a typo error.Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-02Fix a date format issue in distro_tracking_fields.inc.Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-02upgradeinfo.html: Fix a typo errorMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-12-02Change pokylinux to yoctoproject.Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-11-18Fix perl unstable version display issue.Mei Lei
Perl's upstream will release the stable version with the middle even number like 5.14.2, and release the unstable version with the middle odd number like 5.13.2. We need to ignore those unstable versions. So change the remiander way on "need to upgrade" page and report mail. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-09-29lastchktime_to_log.py: Fix a typo in recent distro_tracking_fields.incMei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-09-15Fix wrong chart name issue.Mei Lei
Signed-off-by: Mei Lei <lei.mei@intel.com>