[Vm-dev] [commit][3010] Make sure the autor initials are set when doing the package patch.

commits at squeakvm.org commits at squeakvm.org
Thu Jun 19 23:01:28 UTC 2014


Revision: 3010
Author:   eliot
Date:     2014-06-19 16:01:02 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
Make sure the autor initials are set when doing the package patch.

Modified Paths:
--------------
    branches/Cog/image/BuildSpurTrunkImage.st

Modified: branches/Cog/image/BuildSpurTrunkImage.st
===================================================================
--- branches/Cog/image/BuildSpurTrunkImage.st	2014-06-19 21:57:17 UTC (rev 3009)
+++ branches/Cog/image/BuildSpurTrunkImage.st	2014-06-19 23:01:02 UTC (rev 3010)
@@ -1,4 +1,6 @@
 | pwd |
+Utilities authorInitialsPerSe isEmpty ifTrue:
+	[Utilities setAuthorInitials: 'autoboot'].
 pwd := FileDirectory default fullName.
 SpurBootstrap bootstrapImage: pwd, '/', 'trunk46forspur'.
 SpurBootstrapMonticelloPackagePatcher new


More information about the Vm-dev mailing list