Glacier v4 testing
This commit is contained in:
parent
927b02c0f3
commit
f3b9e04edd
5
src/glacier-v4/glacier4
Executable file
5
src/glacier-v4/glacier4
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /etc/glacier/hooks
|
||||
|
||||
get_pkg()
|
8
src/glacier-v4/input-test
Executable file
8
src/glacier-v4/input-test
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /etc/glacier/hooks
|
||||
|
||||
for r in ${ALLOWED_REPOS[@]}; do
|
||||
DOWNLOAD_REPO(1 2 3 4 5 6 7 8)=$GREPO/$r
|
||||
echo $DOWNLOAD_REPO
|
||||
done
|
8
src/glacier-v4/input-test-2
Executable file
8
src/glacier-v4/input-test-2
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /etc/glacier/hooks
|
||||
|
||||
for r in ${ALLOWED_REPOS[@]}; do
|
||||
set REPO${ALLOWED_REPOS[@]}=$GREPO/${r}
|
||||
echo ${REPO}${ALLOWED_REPOS[@]}
|
||||
done
|
5
src/glacier-v4/input-test-3
Executable file
5
src/glacier-v4/input-test-3
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i; do
|
||||
echo $1
|
||||
done
|
Loading…
Reference in New Issue
Block a user