Skip to content

Commit 19bad1d

Browse files
committed
doc/install: update website url
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 26c4518 commit 19bad1d

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

doc/source/devel/create-new-release.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ Now the website should mention the new release on the *Download* link. Stable
124124
target of online document should also point to the new release. It may be
125125
verified at:
126126

127-
* http://modules.sf.net
128-
* http://envmodules.github.io/modules/
127+
* https://envmodules.io
129128
* https://modules.readthedocs.io/en/stable/NEWS.html
130129

131130
Change *Default Download* on `SourceForge Files`_ page. Set the ``.tar.gz``

lib/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([Envmodules],[1.4.3],[[email protected]],[],[http://modules.sf.net])
5+
AC_INIT([Envmodules],[1.4.3],[[email protected]],[],[https://envmodules.io])
66
AC_CONFIG_SRCDIR([envmodules.c])
77
AC_CONFIG_HEADERS([config.h])
88

script/mpub

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,9 @@ puts -nonewline $fid [string map [list modules-$prevver modules-$relver\
208208
"Download ($prevtag)" "Download ($reltag)"] $index]
209209
close $fid
210210
runcmd 2>@$logfid git commit -m "release of version $relver" index.html
211-
runcmd 2>@$logfid git push $ghremote gh-pages
212211

213212
# upload new page
214-
set fid [open mpubbatch w]
215-
puts $fid "cd /home/project-web/modules/htdocs/
216-
put index.html"
217-
close $fid
218-
runcmd sftp -o BatchMode=yes -b mpubbatch web.sourceforge.net
219-
file delete mpubbatch
213+
runcmd 2>@$logfid git push $ghremote gh-pages
220214

221215
runcmd 2>@$logfid git checkout $relbranch
222216

0 commit comments

Comments
 (0)