We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5992f12 commit c8f732fCopy full SHA for c8f732f
Makefile
@@ -43,7 +43,7 @@ clean:
43
rm -rf $(C_OBJS) $(DEPS) $(PLUGIN)
44
45
orig: clean
46
- tar -caf ../nvslurm-plugin-pyxis_0.9.0.orig.tar.xz --owner=root --group=root --exclude=.git .
+ tar -caf ../nvslurm-plugin-pyxis_0.9.1.orig.tar.xz --owner=root --group=root --exclude=.git .
47
48
deb: clean
49
debuild -us -uc -G -i -tc
debian/changelog
@@ -1,3 +1,9 @@
1
+nvslurm-plugin-pyxis (0.9.1-1) UNRELEASED; urgency=medium
2
+
3
+ * Release v0.9.1
4
5
+ -- NVIDIA CORPORATION <cudatools@nvidia.com> Thu, 03 Dec 2020 19:51:25 +0000
6
7
nvslurm-plugin-pyxis (0.9.0-1) UNRELEASED; urgency=medium
8
9
* Release v0.9.0
0 commit comments