adb-atomic-developer-bundle icon indicating copy to clipboard operation
adb-atomic-developer-bundle copied to clipboard

cdk.zip file should contain a version/date in the name

Open hferentschik opened this issue 9 years ago • 5 comments

Currently when the CDK is build the resulting zip file is just called cdk.zip. This makes it hard to distinguish between multiple versions. It would be nice if the zip bundle would contain a version identifier, eg cdk-2.2.zip (public/final releases) or cdk-.zip (for daily builds).

hferentschik avatar Sep 20 '16 11:09 hferentschik

@hferentschik +1. We will fix it.

LalatenduMohanty avatar Sep 26 '16 18:09 LalatenduMohanty

@hardy you mean for nightly builds we should have cdk-.zip right?

praveenkumar avatar Sep 29 '16 09:09 praveenkumar

Why not have something unique even for nightly builds? For example it could include the build id, e.g. cdk-2.3-45.zip. That way you could have a clear way of telling one cdk zip from another.

mmalina avatar Sep 29 '16 09:09 mmalina

you mean for nightly builds we should have cdk-.zip right?

he he, I think you did the same mistake than me. What I wanted to write is cdk-.zip, but one has to obviously escape the pointy brackets. Date is the first thing which came to my mind, but a unique id works as well I guess.

hferentschik avatar Sep 29 '16 19:09 hferentschik

Date works for me too.

mmalina avatar Sep 30 '16 06:09 mmalina