aboutsummaryrefslogtreecommitdiffstats
path: root/README
AgeCommit message (Collapse)Author
2011-06-09This stage will add new feature to record local version change dailyMei Lei
Add two python functions to track local version change. The version change and change time will show on detail.html. Add new argument "dailycheck/weeklycheck" in getallpkginfo.bash, we need to check the local version change daily, and check upstream version change weeekly, so we must change the cron work way after this patch. We can refer to README to change the cron schedule. 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-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-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-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-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>
2010-12-22This is package report system initializationMei Lei