src/*: add headers where appropriate
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
98fa5b7665
commit
917dd8f982
@ -1,6 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
|
|
||||||
# CI Ebuild commit tester
|
# CI Ebuild commit tester
|
||||||
# Run this in a overlay directory.
|
# Run this in a overlay directory.
|
||||||
# This script uses pkgcheck and repoman
|
# This script uses pkgcheck and repoman
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
# Clean md5-cache from the overlay directory
|
# Clean md5-cache from the overlay directory
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
|
|
||||||
trap 'exit 128' INT
|
trap 'exit 128' INT
|
||||||
set -e
|
set -e
|
||||||
export PATH
|
export PATH
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
|
|
||||||
trap 'exit 128' INT
|
trap 'exit 128' INT
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
# Source this to enter the Eprefix environment
|
# Source this to enter the Eprefix environment
|
||||||
# Like this for example:
|
# Like this for example:
|
||||||
# $ source $HOME/gentoo/eprefix-activate
|
# $ source $HOME/gentoo/eprefix-activate
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
# Scan with euscan + log
|
# Scan with euscan + log
|
||||||
# Requires:
|
# Requires:
|
||||||
# - eix
|
# - eix
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
# Use this script to check which pkgs in a overlay might
|
# Use this script to check which pkgs in a overlay might
|
||||||
# be redundant - are in overlays other than the tested one
|
# be redundant - are in overlays other than the tested one
|
||||||
|
|
||||||
|
5
src/pn
5
src/pn
@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
|
|
||||||
trap 'exit 128' INT
|
trap 'exit 128' INT
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
|
|
||||||
trap 'exit 128' INT
|
trap 'exit 128' INT
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
# CI Ebuild commit tester
|
# CI Ebuild commit tester
|
||||||
# Run this in a overlay directory.
|
# Run this in a overlay directory.
|
||||||
# This script uses repoman
|
# This script uses repoman
|
||||||
|
@ -1,13 +1,20 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
# Original author: XGQT
|
||||||
|
# Licensed under the ISC License
|
||||||
|
# Copyright (c) 2020, src_prepare group
|
||||||
|
|
||||||
|
|
||||||
trap 'exit 128' INT
|
trap 'exit 128' INT
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
git submodule update --remote --merge
|
git submodule update --remote --merge
|
||||||
git add .
|
git add .
|
||||||
|
|
||||||
git commit --signoff --message="submodules update"
|
git commit --signoff --message="submodules update"
|
||||||
git pull --verbose
|
git pull --verbose
|
||||||
git push --verbose
|
git push --verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user