File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,7 @@ Now the website should mention the new release on the *Download* link. Stable
124124target of online document should also point to the new release. It may be
125125verified 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
131130Change *Default Download * on `SourceForge Files `_ page. Set the ``.tar.gz ``
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_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 ] ) 66AC_CONFIG_SRCDIR ( [ envmodules.c] )
77AC_CONFIG_HEADERS ( [ config.h] )
88
Original file line number Diff line number Diff line change @@ -208,15 +208,9 @@ puts -nonewline $fid [string map [list modules-$prevver modules-$relver\
208208 " Download ($prevtag )" " Download ($reltag )" ] $index ]
209209close $fid
210210runcmd 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
221215runcmd 2>@$logfid git checkout $relbranch
222216
You can’t perform that action at this time.
0 commit comments