Commit Graph

3 Commits

Author SHA1 Message Date
Aníbal Limón
c2dc59357a scripts/tools/rrs_upgrade_history.py: Fix branch deletion
Add try/catch to branch deletion because at initial loop the branch
don't exist.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2015-02-17 10:46:16 +00:00
Aníbal Limón
8d2223c7f2 rrs: RecipeDetail view fix
scripts/tools/rrs_upgrade_history.py: For initial import of recipe
use NoMaintainer by default.
rrs/views.py: Now is necessary to test if a RecipeMaintainer exists by
milestone to avoid errors for undefined variables.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2015-01-29 14:46:15 -06:00
Aníbal Limón
0e79557e26 scripts/tools/rrs_*: Add tool scripts for rrs.
rrs_create_milestone.py: Helps in Milestone creation.

rrs_upgrade_history.py: Recreates upgrade history from recipes, this
should be run at initial installation.

rrs_upstream_email.py: Send Upstream report to mailing list, this
report contains information about recipes that need upgrade.

requirements.txt: Add tabulate module that is needed by
rrs_upstream_email.py.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2015-01-08 12:43:35 -06:00