(Adding more content)
|
(Finished Rough Draft)
|
Line 18: | |||
After the restructure, the format is this: | After the restructure, the format is this: | ||
<pre>%ARTIFACTS_HOME%\long format project\long format buildprofile\long format buildlife\artifactset\...artifacts...</pre> | <pre>%ARTIFACTS_HOME%\long format project\long format buildprofile\long format buildlife\artifactset\...artifacts...</pre> | ||
+ | So ''awesomefile.exe'' will now reside in: | ||
+ | <pre>%ARTIFACTS_HOME%\0001\3423\0000\0922\0042\3234\-2\awesomefile.exe</pre> | ||
- | The key to note here is that 21 has been separated out to 00000021, which forms directory 0000\0021. Same goes with build profile 61 to 00000061 = 0000\0061. And the same with the buildlife 2794 to 00002794 = 0000\2794. Only the artifact set ID# and the artifacts themselves remain unchanged. | + | The key to note here is that 13423 has been separated out to 00013423, which forms directory 0001\3423. Same goes with build profile 922 to 00000922 = 0000\0922. And the same with the buildlife 423234 to 00423234 = 0042\3234. Only the artifact set ID# and the artifacts themselves remain unchanged. |
+ | = Comparison of Layouts = | ||
+ | == Previous == | ||
+ | <pre>%ARTIFACTS_HOME%\project-buildprofile\buildlife\artifactset\...artifacts... | ||
+ | %ARTIFACTS_HOME%\13423-922\423234\-2\awesomefile.exe</pre> | ||
+ | == Current == | ||
+ | <pre>%ARTIFACTS_HOME%\long format project\long format buildprofile\long format buildlife\artifactset\...artifacts... | ||
+ | %ARTIFACTS_HOME%\0001\3423\0000\0922\0042\3234\-2\awesomefile.exe</pre> |