forked from sig_core/toolkit
shellcheck fix part 1
This commit is contained in:
parent
d3e830c736
commit
3b06b9d0d6
9
sync/minor-release-sync-to-staging.sh
Normal file
9
sync/minor-release-sync-to-staging.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Performs a full on sync of a minor release, directories and all. It calls the
|
||||||
|
# other scripts in this directory to assist.
|
||||||
|
# Source common variables
|
||||||
|
source "./common"
|
||||||
|
|
||||||
|
# sync all pieces of a release, including extras, nfv, etc
|
||||||
|
|
||||||
|
# move around the ISOs a bit, make things comfortable
|
@ -12,7 +12,7 @@
|
|||||||
# Compose dir example: /mnt/repos-staging/mirror/pub/rocky/8.4-RC2
|
# Compose dir example: /mnt/repos-staging/mirror/pub/rocky/8.4-RC2
|
||||||
|
|
||||||
# Source common variables
|
# Source common variables
|
||||||
source $(dirname "$0")/common
|
source "./common"
|
||||||
|
|
||||||
echo "** Updating source repos"
|
echo "** Updating source repos"
|
||||||
for y in "${ALL_REPOS[@]}"; do
|
for y in "${ALL_REPOS[@]}"; do
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Syncs everything from staging to production
|
# Syncs everything from staging to production
|
||||||
|
|
||||||
# Source common variables
|
# Source common variables
|
||||||
source $(dirname "$0")/common
|
source "./common"
|
||||||
|
|
||||||
REV=${1}
|
REV=${1}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Source common variables
|
# Source common variables
|
||||||
source $(dirname "$0")/common
|
source "./common"
|
||||||
|
|
||||||
# Major Version (eg, 8)
|
# Major Version (eg, 8)
|
||||||
MAJ=${1}
|
MAJ=${1}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Source common variables
|
# Source common variables
|
||||||
source $(dirname "$0")/common
|
source "./common"
|
||||||
|
|
||||||
# Major Version (eg, 8)
|
# Major Version (eg, 8)
|
||||||
MAJ=${1}
|
MAJ=${1}
|
||||||
|
Loading…
Reference in New Issue
Block a user