Skip to content

Commit

Permalink
Added tag 8.7.40
Browse files Browse the repository at this point in the history
  • Loading branch information
surak committed Jun 14, 2024
1 parent f5dce84 commit 99911a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
lmod (8.7.40) unstable; urgency=medium

* Setting TAG_VERSION to 8.7.40

-- Alexandre Strube <surak@surak.eti.br> Fri, 14 Jun 2024 15:20:03 +0200


lmod (8.7.39) unstable; urgency=medium

* Setting TAG_VERSION to 8.7.39
Expand Down
4 changes: 2 additions & 2 deletions debian/files
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lmod_8.7.39_all.deb devel optional
lmod_8.7.39_amd64.buildinfo devel optional
lmod_8.7.40_all.deb devel optional
lmod_8.7.40_amd64.buildinfo devel optional
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ RUN mkdir /tmp/git-repo; cd /tmp/git-repo ; \
git clone https://github.com/surak/Lmod.git ; \
cd Lmod ; \
git fetch --tags; \
git checkout tags/8.7.39 ; \
git checkout tags/8.7.40 ; \
git checkout origin/debian debian docker ; \
cd Lmod ; debuild -b -uc -us; \
cd .. ; dpkg -i ./lmod_8.7.39_all.deb ; \
cd .. ; dpkg -i ./lmod_8.7.40_all.deb ; \
bash -c "source /etc/profile.d/lmod.sh; module --version"

0 comments on commit 99911a6

Please sign in to comment.