Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
16ece501
Commit
16ece501
authored
Sep 08, 2021
by
Brandon Walts
Committed by
ens-bwalts
Sep 09, 2021
Browse files
convert libdbi from apt-get to manual download
parent
b893d504
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docs/rtd_upgrade.sh
docs/rtd_upgrade.sh
+3
-1
No files found.
docs/rtd_upgrade.sh
View file @
16ece501
...
...
@@ -31,7 +31,6 @@ mkdir packages
cd
packages
# List of extra packages we need
apt-get download
\
libdbi-perl
\
libdbd-sqlite3-perl
\
libjson-xs-perl
\
libjson-perl
\
...
...
@@ -45,6 +44,9 @@ apt-get download \
doxypy
\
libproc-daemon-perl
\
# manual download because rtd hasn't updated apt-cache
echo
http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbi-perl/libdbi-perl_1.640-1_amd64.deb
\
| xargs
-n
1 curl
-O
mkdir
../root
for
i
in
*
.deb
;
do
dpkg
-x
"
$i
"
../root/
;
done
...
...
Write
Preview
Markdown
is supported
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