Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
packages
Commits
224e9c33
Commit
224e9c33
authored
Feb 13, 2019
by
Hinrikus Wolf
Browse files
begin adding new way for building adcli
parent
4d625d26
Pipeline
#664
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/adcli.sh
0 → 100644
View file @
224e9c33
#!/bin/bash
export
DEBIAN_FRONTEND
=
"noninteractive"
export
DEBIAN_PRIORITY
=
"critical"
export
DEBFULLNAME
=
"FSMPI Admin-Team"
export
DEBEMAIL
=
"admin@fsmpi.rwth-aachen.de"
ADCLI_VERSION
=
$(
rmadison adcli
--architecture
=
amd64 |
cut
-d
\|
-f2
|
sed
s
"/ //g"
|
sed
s
"/
\-
.*
$/
/g"
)
apt-get
source
adcli
TARGET_DIR
=
adcli-
$ADCLI_VERSION
#cp -r patches/adcli $TARGET_DIR/debian
cd
$TARGET_DIR
/debian
for
patch
in
../../patches/adcli/
*
.patch
;
do
quilt import
$patch
done
#TODO: pakete bauen
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment