Skip to content

Commit

Permalink
Added tag 8.7.47
Browse files Browse the repository at this point in the history
  • Loading branch information
surak committed Jul 23, 2024
1 parent b02791f commit bee1955
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.47) unstable; urgency=medium

* Setting TAG_VERSION to 8.7.47

-- Alexandre Strube <[email protected]> Tue, 23 Jul 2024 10:12:29 +0200


lmod (8.7.46) unstable; urgency=medium

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

0 comments on commit bee1955

Please sign in to comment.