We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85aa162 commit f31f272Copy full SHA for f31f272
Makefile
@@ -43,7 +43,7 @@ clean:
43
rm -rf $(C_OBJS) $(DEPS) $(PLUGIN)
44
45
orig: clean
46
- tar -caf ../nvslurm-plugin-pyxis_0.2.0.orig.tar.xz --owner=root --group=root --exclude=.git .
+ tar -caf ../nvslurm-plugin-pyxis_0.3.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.3.0-1) UNRELEASED; urgency=medium
2
+
3
+ * Release v0.3.0
4
5
+ -- NVIDIA CORPORATION <cudatools@nvidia.com> Mon, 28 Oct 2019 20:07:34 +0000
6
7
nvslurm-plugin-pyxis (0.2.0-1) UNRELEASED; urgency=medium
8
9
* Release v0.2.0
0 commit comments