mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 12:49:02 +02:00
Clarify license and copyright information
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
036fd8b311
commit
8702fdbb72
|
@ -1,15 +1,9 @@
|
|||
#!/usr/bin/python3
|
||||
'''
|
||||
Created on Feb 19, 2014
|
||||
|
||||
__author__ = "Richard Purdie"
|
||||
__copyright__ = "Copyright 2014, 2018 Linux Foundation"
|
||||
__credits__ = ["Richard Purdie"]
|
||||
__license__ = "GPL"
|
||||
__version__ = "2.0"
|
||||
__maintainer__ = "Richard Purdie"
|
||||
__email__ = "richard.purdie@linuxfoundation.org"
|
||||
'''
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
import signal
|
||||
import os
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifer: GPL-2.0-only
|
||||
#
|
||||
# Delete a directory using the ionice backgrounded command
|
||||
#
|
||||
# Called with $1 - Our config file
|
||||
|
|
|
@ -4,14 +4,7 @@
|
|||
#
|
||||
# Copyright (c) 2019, Linux Foundation
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
# under the terms and conditions of the GNU General Public License,
|
||||
# version 2, as published by the Free Software Foundation.
|
||||
#
|
||||
# This program is distributed in the hope it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
# more details.
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# This script is a simple wrapper around the build performance tests
|
||||
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
#
|
||||
# Initialize Buildhistory for this branch
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# Called with $1 - The buildhistory directory
|
||||
# $2 - The remote repository url
|
||||
# $3 - The remote branch name
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Called within the build directory
|
||||
for x in `find ./tmp/deploy/licenses -name "license.manifest"`; do cat $x|grep -E "GPLv3|GPL-3"; done | grep -v '|'
|
||||
if [ $? = 1 ]; then
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# check if vnc server is running, and if not, cleanup and restart
|
||||
#
|
||||
grep ':170D' /proc/net/tcp > /dev/null
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
|
||||
WORKDIR=$1
|
||||
DEST=$2
|
||||
target=$3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (c) 2019, Linux Foundation
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Move the repositories into the correct layout and generate bblayers.conf
|
||||
#
|
||||
|
||||
|
|
|
@ -4,14 +4,7 @@
|
|||
#
|
||||
# Copyright (c) 2017, Intel Corporation.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
# under the terms and conditions of the GNU General Public License,
|
||||
# version 2, as published by the Free Software Foundation.
|
||||
#
|
||||
# This program is distributed in the hope it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
# more details.
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
import argparse
|
||||
import base64
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#! /bin/sh
|
||||
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
if ! python3 -m json.tool config.json >/dev/null; then
|
||||
echo "config.json isn't valid, aborting commit." >&2
|
||||
exit 1
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Iterate over a set of repositories in a json file and setup a shared directory containing them
|
||||
#
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
WORKDIR=$1
|
||||
DEST=$2
|
||||
target=$3
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Run Auto Upgrade Helper in a directory set up by setup_auh.
|
||||
#
|
||||
# Called with $1 - the directory where the setup was created
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Iterate over a set of configurations from json.conf, calling setup-config for each one, then running the build.
|
||||
#
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Called with $1 as the build directory
|
||||
# $2 as the path to yocto-docs
|
||||
# $3 as the path to bitbake
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
PARENTDIR=`realpath $1`
|
||||
TARGETDIR=`realpath $2`
|
||||
RESULTSDIR=`realpath -m $3`
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Send email about the build to prompt QA to begin testing
|
||||
#
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Initialize Auto Upgrade Helper in a directory.
|
||||
#
|
||||
# Called with $1 - the directory to place the setup
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Generate an auto.conf and associated other config files for a given autobuilder configuration
|
||||
#
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Unpack a shared directory of repos to the autobuilder working directory
|
||||
#
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
import os, sys, glob
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
# Check whether a target exists in config.json
|
||||
#
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
BUILDDIR=$1
|
||||
ERRORLINK=$2
|
||||
#https://autobuilder.yocto.io/builders/nightly-arm/builds/804
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright Linux Foundation, Richard Purdie
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
#
|
||||
|
||||
import subprocess
|
||||
import copy
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue
Block a user