forked from ScoDoc/ScoDoc
Merge scodoc/master into main96
This commit is contained in:
commit
6dcc4611cc
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<h2>Accès non autorisé</h2>
|
<h2>Accès non autorisé</h2>
|
||||||
|
|
||||||
{{ exc | safe }}
|
{{ exc }}
|
||||||
|
|
||||||
<p class="footer">
|
<p class="footer">
|
||||||
{% if g.scodoc_dept %}
|
{% if g.scodoc_dept %}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<h2>Erreur !</h2>
|
<h2>Erreur !</h2>
|
||||||
|
|
||||||
{{ exc | safe }}
|
{{ exc }}
|
||||||
|
|
||||||
<div style="margin-top: 16px;">
|
<div style="margin-top: 16px;">
|
||||||
{% if g.scodoc_dept %}
|
{% if g.scodoc_dept %}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.6.963"
|
SCOVERSION = "9.6.964"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ mkdir -p "$optdir" || die "mkdir failure for $optdir"
|
|||||||
archive="$FACTORY_DIR"/"$PACKAGE_NAME-$RELEASE_TAG".tar.gz
|
archive="$FACTORY_DIR"/"$PACKAGE_NAME-$RELEASE_TAG".tar.gz
|
||||||
echo "Downloading $GIT_RELEASE_URL ..."
|
echo "Downloading $GIT_RELEASE_URL ..."
|
||||||
# curl -o "$archive" "$GIT_RELEASE_URL" || die "curl failure for $GIT_RELEASE_URL"
|
# curl -o "$archive" "$GIT_RELEASE_URL" || die "curl failure for $GIT_RELEASE_URL"
|
||||||
#wget --progress=dot -O "$archive" "$GIT_RELEASE_URL" || die "wget failure for $GIT_RELEASE_URL"
|
wget --progress=dot -O "$archive" "$GIT_RELEASE_URL" || die "wget failure for $GIT_RELEASE_URL"
|
||||||
# -nv
|
# -nv
|
||||||
|
|
||||||
# On décomprime
|
# On décomprime
|
||||||
|
Loading…
Reference in New Issue
Block a user