File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ lmod (8.7.62) unstable; urgency=medium
2+
3+ * Setting TAG_VERSION to 8.7.62
4+
5+ -- Alexandre Strube <surak@surak.eti.br> Thu, 26 Jun 2025 11:32:58 +0200
6+
7+
18lmod (8.7.58) unstable; urgency=medium
29
310 * Setting TAG_VERSION to 8.7.58
Original file line number Diff line number Diff line change 1- lmod_8.7.58_all .deb devel optional
2- lmod_8.7.58_amd64 .buildinfo devel optional
1+ lmod_8.7.62_all .deb devel optional
2+ lmod_8.7.62_amd64 .buildinfo devel optional
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ RUN mkdir /tmp/git-repo; cd /tmp/git-repo ; \
4646 git clone https://github.com/surak/Lmod.git ; \
4747 cd Lmod ; \
4848 git fetch --tags; \
49- git checkout tags/8.7.58 ; \
49+ git checkout tags/8.7.62 ; \
5050 git checkout origin/debian debian docker ; \
5151 cd Lmod ; debuild -b -uc -us; \
52- cd .. ; dpkg -i ./lmod_8.7.58_all .deb ; \
52+ cd .. ; dpkg -i ./lmod_8.7.62_all .deb ; \
5353 bash -c "source /etc/profile.d/lmod.sh; module --version"
5454
You can’t perform that action at this time.
0 commit comments