aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2012-08-23Lint fixes.Danilo Segan
2012-08-23Factor out shared script bits into LinaroScript.Danilo Segan
2012-08-22Add the staging parameter to force sanitization of the data.Danilo Segan
2012-08-22Refactor validate_args a bit.Danilo Segan
2012-08-22Complete sanitize_file.Danilo Segan
2012-08-22Implement basic sanitize_file.Danilo Segan
2012-08-22Start on sanitize_file method.Danilo Segan
2012-08-22Add is_accepted_for_staging classmethod to SnapshotsPublisher.Danilo Segan
2012-08-21Fix script permissions.Stevan Radakovic
2012-08-21Add validation script to discover non protected dirs.Stevan Radakovic
2012-08-17Get rid of obsolete jenkins-post-www script.Danilo Šegan
2012-08-16Refresh branches as well as updating their working trees.Danilo Šegan
2012-08-16Update the working tree for a shared branch as well.Danilo Šegan
2012-08-16Update a working tree for checkouts and default to ERROR for the logging level.Danilo Šegan
2012-08-13Add some documentation to the update-deployment script.Danilo Šegan
2012-08-13Rename update-staging to update-deployment.Danilo Šegan
2012-08-13Make the update-staging accept options and work for production deployments ↵Danilo Šegan
as well.
2012-08-13Update to match actual deployment directory structure.Danilo Šegan
2012-08-13Set the PYTHONPATH and use django-admin instead of manage.py.Danilo Šegan
2012-08-13Add update-staging script.Danilo Šegan
2012-08-03Add openembedded job type tp publish sources and sstate-cache (LP: #1032134)fboudra@gmail.com
2012-05-17Another minor fix.Danilo Šegan
2012-05-17pep8/pyflakes fixes in scripts/*.py.Danilo Šegan
2012-05-04Update path to snapshots.Fathi Boudra
2012-05-02Add ubuntu-restricted job type.Fathi Boudra
2012-05-01Create latest and HEADER.html symlinks for Ubuntu images.Deepti B. Kalakeri
Added lines to remove header symlink if it already exists.
2012-05-01mp review: 80 columns rule.Fathi Boudra
2012-04-30Create latest and HEADER.html symlinks for Ubuntu images. (LP: #978711)Fathi Boudra
2012-04-25Remove the test directories which was accidentally added in the prev merge ↵Deepti B. Kalakeri
of sysroots
2012-04-25Add ubuntu-sysroots job typeDeepti B. Kalakeri
2012-04-24Add ubuntu-sysroots job type. (LP: #987234)Fathi Boudra
2012-04-24Set write permission to the group explicitly (default umask is 022)Deepti B. Kalakeri
2012-04-24Set write permission to the group as default umask is 022.Fathi Boudra
2012-04-18Set write permission to the group (default umask is 022).Fathi Boudra
2012-04-17[merge] Added backwards compatibility with old publishing script for android ↵Georgy Redkozubov
builds
2012-04-17Added backwards compatibility with old script for android buildsGeorgy Redkozubov
2012-04-17Add binaries job type.Fathi Boudra
2012-04-07Addressing review comments to parse jobname for target pathDeepti B. Kalakeri
2012-03-28fix layout issue for prebuiltAndy Doan
The original commit for pre-built layouts assumed jenkins could pass something like 20120328. This isn't known by jenkins so we instead change the layout to use jobname and build number.
2012-03-28allow publishing of pre-built imagesAndy Doan
This allows the publishing of prebuilt images. The required structure is as follows: * uploads path: prebuilt-<job name>/<build_num>/ For the 20120328 build of oneiric this would be: prebuilt-oneiric/20120328 and the directory would have files like: efikamx-oneiric/20120328/1/images/efikamx-oneiric_linaro-o-nano.img.bz2 * the output directory will then go to snapshots as: oneiric/efikamx-oneiric/20120328/1/images/efikamx-oneiric_linaro-o-nano.img.bz2 so it will coexist with the actual hardware pack build The command to do this action would be: ./publish_to_snapshots.py -t prebuilt -j oneiric -n 20120328
2012-03-26Removed get_latest_dir, symlink now points to the build that was just copiedDeepti B. Kalakeri
2012-03-26Adding changes to create manifest file and a symlink called lastSuccessfulDeepti B. Kalakeri
2012-03-16Removing the -r kernel_tree option. Using the build number in the kernel ↵Deepti B. Kalakeri
build path
2012-03-14Added jobname_to_target_subdir fn and removed the user option as its not ↵Deepti B. Kalakeri
needed by android
2012-03-13Addressing the review commentsDeepti B. Kalakeri
2012-03-09Script to move the artifacts from tmp location to permanent location on s.l.oDeepti B. Kalakeri
2012-03-06Adding the command line parsingDeepti B. Kalakeri
2012-02-28Add some broken stuff.Danilo Segan
2012-02-28Process invalid/valid parameters to the run method.Danilo Segan
2012-02-28Non-functional SnapshotsPublisher with a test.Danilo Segan