mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +02:00
Rename generated package info file from scrtips/info to scripts/pkg_info
This commit is contained in:
parent
8085eaa81d
commit
a757c0dde5
3 changed files with 4 additions and 3 deletions
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
pack/
|
||||
info
|
||||
pkg_info
|
||||
*.deb
|
||||
*.tar
|
||||
*.tar.*
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ BUILD_DIR=$2
|
|||
export BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
export TEMPLATE_DIR=${BASE_DIR}/templates
|
||||
|
||||
# Info
|
||||
# Package info
|
||||
set -o allexport
|
||||
source ${BASE_DIR}/info
|
||||
source ${BASE_DIR}/pkg_info
|
||||
set +o allexport
|
||||
|
||||
# Directories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue