dev: password plain->cleartext (wcs & passerelle)

This commit is contained in:
Thomas NOËL 2014-10-29 17:03:12 +01:00
parent 2bf260499a
commit 89eed43a24
4 changed files with 7 additions and 7 deletions

View File

@ -2,6 +2,6 @@
<service name="download_url">
<param name="host">repos.entrouvert.org</param>
<param name="protocol">http</param>
<param name="path">/passerelle.git/snapshot/passerelle-18a37b7.tar.gz</param>
<param name="path">/passerelle.git/snapshot/passerelle-14cb8e9.tar.gz</param>
</service>
</services>

View File

@ -1,8 +1,8 @@
%define tag 0.5.0
%define commit 18a37b7
%define commit 14cb8e9
# si possible, minor = nombre de commit depuis le tag (à la "git describe")
%define minor 45
%define minor 46
# si minor == 0
#%define version %{tag}

View File

@ -2,6 +2,6 @@
<service name="download_url">
<param name="host">repos.entrouvert.org</param>
<param name="protocol">http</param>
<param name="path">/wcs.git/snapshot/wcs-989d5f8.tar.gz</param>
<param name="path">/wcs.git/snapshot/wcs-c60cf90.tar.gz</param>
</service>
</services>

View File

@ -1,9 +1,9 @@
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define tag 1.12.4
%define commit 989d5f8
%define tag 1.12.5
%define commit c60cf90
# si possible, minor = nombre de commit depuis le tag (à la "git describe")
%define minor 13
%define minor 2
# si minor == 0
#%define version %{tag}