generic-poky/scripts
Darren Hart 2e0ab8c18f git-pull: add send-pull-request script
send-pull-request facilitates sending pull requests generated by
create-pull-request. The primary role of this script is to harvest email
addresses from the patches and send them out. A working installation of sendmail
(exim, postfix, msmtp, etc.) is required to use this script.

You can explicitly specify To addresses with the -t option. As this can be
tedious, the -a option will scan all the patches for To, CC, and *-by lines and
the collected addresses to the To and CC headers for each patch.

This script uses an identical recipients list for every patch, including the
cover letter. This is by design. Existing tools will auto-generate the CC header
for individual patches, but since they don't apply it to the other patches, the
recipients can lack the necessary context to provide a meaningful review. This
is especially true of the cover letter.

The pull directory generated by the create-pull-request script is specified
using the -p option.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Nitin A Kamble <nitin.a.kamble@intel.com>
CC: Richard Purdie <rpurdie@linux.intel.com>
CC: Saul Wold <saul.wold@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-10 21:22:27 +08:00
..
jhbuild Rename rewrite.py to jhbuild2oe.py. 2006-08-10 06:43:09 +00:00
qemuimage-tests imagetest-qemu: Add test case for dmesg check in target 2010-11-10 21:09:22 +08:00
tunctl-src poky-qemu-internal: Support NFS boots better 2010-08-20 16:20:10 +01:00
README Added scripts dir 2006-07-28 19:47:37 +00:00
create-pull-request git-pull: add the new create-pull-request script 2010-11-10 21:22:27 +08:00
gen-site-config siteconfig: generate configuration data caches for autoconf 2010-09-03 10:50:02 +01:00
poky-addptable2image Use /sbin/fdisk because not all systems has /sbin in PATH 2008-05-14 12:57:11 +00:00
poky-env-internal Merge runqemu features into poky-qemu 2010-10-07 19:57:34 +01:00
poky-export-rootfs Update meta-ide-support dependencies 2010-10-07 22:07:45 +01:00
poky-extract-sdk scripts: use the exported POKY_NATIVE_SYSROOT variable 2010-09-07 11:22:54 +01:00
poky-find-native-sysroot Update meta-ide-support dependencies 2010-10-07 22:07:45 +01:00
poky-gen-tapdevs poky-gen-tapdevs: script to create a 'bank' of tap interfaces 2010-10-07 19:53:46 +01:00
poky-git-proxy-command scripts: Add git proxy script 2008-04-08 11:31:08 +00:00
poky-git-proxy-socks-command scripts/build: Update the git proxy setup instructions 2008-10-23 15:12:41 +01:00
poky-git-proxy-socks.c scripts/build: Update the git proxy setup instructions 2008-10-23 15:12:41 +01:00
poky-nokia800-flashutil poky-nokia800-flashutil: merged offsets from Andrew script and added Diablo notes 2008-08-08 07:41:33 +00:00
poky-qemu poky-qemu: miscellaneous bugfixes 2010-10-14 20:12:04 +01:00
poky-qemu-ifdown Update meta-ide-support dependencies 2010-10-07 22:07:45 +01:00
poky-qemu-ifup Update meta-ide-support dependencies 2010-10-07 22:07:45 +01:00
poky-qemu-internal qemumips: re-enable wacom and standard USB UI options 2010-11-10 21:22:26 +08:00
poky-qemu.README poky-qemu.README: Minor updates 2008-05-22 08:22:47 +00:00
poky-trim-schemas Add poky-trim-schemas post install script to remove unneeded schema locale translations from images (credit to Ross Burton for the initial script) 2009-08-28 17:11:57 +01:00
pstage-scanner Enable build dir outside of the poky directory 2010-07-21 15:39:53 +01:00
qemuimage-testlib imagetest-qemu: Add test case for dmesg check in target 2010-11-10 21:09:22 +08:00
rootfs_rpm-extract-postinst.awk meta/classes/rootfs_rpm.bbclass: re implement base on rpm5 2010-07-24 00:46:57 +01:00
send-pull-request git-pull: add send-pull-request script 2010-11-10 21:22:27 +08:00
stage-manager stagemanager: Move functionality into the scripts directory 2010-07-22 11:44:28 +01:00
stage-manager-ipkg stagemanager: Move functionality into the scripts directory 2010-07-22 11:44:28 +01:00
stage-manager-ipkg-build stagemanager: Move functionality into the scripts directory 2010-07-22 11:44:28 +01:00

README

This directory contains Various useful scripts for working with poky