Skip to content

Commit

Permalink
Added tag 8.7.34
Browse files Browse the repository at this point in the history
  • Loading branch information
surak committed Jan 7, 2024
1 parent 4986506 commit c95294d
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.34) unstable; urgency=medium

* Setting TAG_VERSION to 8.7.34

-- Alexandre Strube <[email protected]> Sun, 07 Jan 2024 13:30:02 +0100


lmod (8.7.32) unstable; urgency=medium

* Setting TAG_VERSION to 8.7.32
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.32_all.deb devel optional
lmod_8.7.32_amd64.buildinfo devel optional
lmod_8.7.34_all.deb devel optional
lmod_8.7.34_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.32 ; \
git checkout tags/8.7.34 ; \
git checkout origin/debian debian docker ; \
cd Lmod ; debuild -b -uc -us; \
cd .. ; dpkg -i ./lmod_8.7.32_all.deb ; \
cd .. ; dpkg -i ./lmod_8.7.34_all.deb ; \
bash -c "source /etc/profile.d/lmod.sh; module --version"

0 comments on commit c95294d

Please sign in to comment.