[Git][NTPsec/ntpsec][master] Add -snap to snapshot name.

Amar Takhar gitlab at mg.gitlab.com
Wed Mar 23 15:43:11 UTC 2016


Amar Takhar pushed to branch master at NTPsec / ntpsec


Commits:
8a958cca by Amar Takhar at 2016-03-23T11:42:35-04:00
Add -snap to snapshot name.

- - - - -


1 changed file:

- pylib/dist.py


Changes:

=====================================
pylib/dist.py
=====================================
--- a/pylib/dist.py
+++ b/pylib/dist.py
@@ -57,7 +57,7 @@ def dist_cmd(ctx, config):
 
 
 		if ctx.options.build_snapshot:
-			ctx.base_name = "ntpsec-%s-%s-%s" % (timestamp, version, rev)
+			ctx.base_name = "ntpsec-%s-%s-%s-snap" % (timestamp, version, rev)
 		else:
 			ctx.base_name = "ntpsec-%s" % version
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/8a958cca413c3540c21f2ed8fb7e9efd72a3100c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160323/09e7a55c/attachment.html>


More information about the vc mailing list