summaryrefslogtreecommitdiffstats
path: root/scripts/make-release
blob: 196c755f5707bb8549f387b75f6868587e612a21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash -e
#
# QEMU Release Script
#
# Copyright IBM, Corp. 2012
#
# Authors:
#  Anthony Liguori <aliguori@us.ibm.com>
#
# This work is licensed under the terms of the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.

src="$1"
version="$2"
destination=qemu-${version}

git clone "${src}" ${destination}
pushd ${destination}
git checkout "v${version}"
git submodule update --init
rm -rf .git roms/*/.git
popd
tar cfj ${destination}.tar.bz2 ${destination}
rm -rf ${destination}
>-15/+8Star | * | | | TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa2009-06-193-34/+30Star | * | | | Merge branch 'master' into nextJames Morris2009-06-1933-446/+1698 | |\ \ \ \ | * | | | | Add audit messages on type boundary violationsKaiGai Kohei2009-06-183-23/+118 | * | | | | cleanup in ss/services.cKaiGai Kohei2009-06-181-3/+3 * | | | | | IMA: update ima_counts_putMimi Zohar2009-09-071-1/+5 | |_|_|_|/ |/| | | | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-08-271-0/+4 |\ \ \ \ \ | * | | | | IMA: iint put in ima_counts_get and putEric Paris2009-08-271-0/+4 | | |_|_|/ | |/| | | * / | | | ima: hashing large files bug fixMimi Zohar2009-08-241-2/+4 |/ / / / * | | | security: Fix prompt for LSM_MMAP_MIN_ADDRAndreas Schwab2009-08-191-1/+1 * | | | security: Make LSM_MMAP_MIN_ADDR default match its help text.Dave Jones2009-08-191-1/+1 * | | | Security/SELinux: seperate lsm specific mmap_min_addrEric Paris2009-08-175-3/+68 * | | | SELinux: call cap_file_mmap in selinux_file_mmapEric Paris2009-08-171-1/+13 * | | | Capabilities: move cap_file_mmap to commoncap.cEric Paris2009-08-172-9/+30 * | | | SELinux: fix memory leakage in /security/selinux/hooks.cJames Morris2009-08-111-1/+2 | |_|/ |/| | * | | integrity: add ima_counts_put (updated)Mimi Zohar2009-06-291-1/+28 * | | integrity: ima audit hash_exists fixMimi Zohar2009-06-291-1/+2 | |/ |/| * | devcgroup: skip superfluous checks when found the DEV_ALL elemLi Zefan2009-06-181-4/+6 * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1531-446/+1702 |\ \ | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-1131-440/+1690 | |\ \ | | |/ | |/| | | * TOMOYO: Add description of lists and structures.Tetsuo Handa2009-06-096-34/+504 | | * TOMOYO: Remove unused field.Tetsuo Handa2009-06-092-2/+0Star | | * Merge branch 'master' into nextJames Morris2009-06-091-0/+6 | | |\ | | * | integrity: ima audit dentry_open failureMimi Zohar2009-06-051-4/+9 | | * | TOMOYO: Remove unused parameter.Tetsuo Handa2009-06-043-7/+3Star | | * | security: use mmap_min_addr indepedently of security modelsChristoph Lameter2009-06-042-24/+1Star | | * | TOMOYO: Simplify policy reader.Tetsuo Handa2009-06-023-52/+41Star | | * | TOMOYO: Remove redundant markers.Tetsuo Handa2009-06-024-36/+0Star | | * | SELinux: define audit permissions for audit tree netlink messagesEric Paris2009-06-021-0/+2 | | * | TOMOYO: Remove unused mutex.Tetsuo Handa2009-06-021-1/+0Star | | * | tomoyo: avoid get+put of task_structSerge E. Hallyn2009-06-021-8/+1Star | | * | smack: Remove redundant initialization.Tetsuo Handa2009-05-281-15/+0Star | | * | rootplug: Remove redundant initialization.Tetsuo Handa2009-05-271-12/+0Star | | * | Merge branch 'master' into nextJames Morris2009-05-222-11/+11 | | |\ \ | | * | | smack: do not beyond ARRAY_SIZE of dataRoel Kluin2009-05-221-1/+1 | | * | | integrity: path_check updateMimi Zohar2009-05-221-19/+29 | | * | | IMA: Add __init notation to ima functionsEric Paris2009-05-225-7/+7 | | * | | IMA: Minimal IMA policy and boot param for TCB IMA policyEric Paris2009-05-221-3/+27