We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0a765 commit 68b94bcCopy full SHA for 68b94bc
Makefile
@@ -43,7 +43,7 @@ clean:
43
rm -rf $(C_OBJS) $(DEPS) $(PLUGIN)
44
45
orig: clean
46
- tar -caf ../nvslurm-plugin-pyxis_0.8.1.orig.tar.xz --owner=root --group=root --exclude=.git .
+ tar -caf ../nvslurm-plugin-pyxis_0.9.0.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.0-1) UNRELEASED; urgency=medium
2
+
3
+ * Release v0.9.0
4
5
+ -- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 01 Dec 2020 01:25:40 +0000
6
7
nvslurm-plugin-pyxis (0.8.1-1) UNRELEASED; urgency=medium
8
9
* Release v0.8.1
0 commit comments