Message ID | 1343295300-17440-6-git-send-email-kengyu@canonical.com |
---|---|
State | Accepted |
Headers | show |
On 26/07/12 10:34, Keng-Yu Lin wrote: > Add description of the procedure to release the tarball. > > Signed-off-by: Keng-Yu Lin <kengyu@canonical.com> > --- > auto-packager/mkpackage.README | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/auto-packager/mkpackage.README b/auto-packager/mkpackage.README > index 7ff302f..19e7247 100644 > --- a/auto-packager/mkpackage.README > +++ b/auto-packager/mkpackage.README > @@ -59,6 +59,9 @@ Next, update the tag: > git push > git push --tags > > +Next, create a directory for creating the tarball and checksum and run the mktar.sh script. > +Upload the generated tarball and SHA256SUMS to the desired localtion for the releasing. > + > Next, create an auto-packager directory somewhere and run the mkpackage.sh script from within it. E.g > > mkdir /home/cking/fwts/auto-packager > Acked-by: Colin Ian King <colin.king@canonical.com>
On 07/26/2012 05:34 PM, Keng-Yu Lin wrote: > Add description of the procedure to release the tarball. > > Signed-off-by: Keng-Yu Lin <kengyu@canonical.com> > --- > auto-packager/mkpackage.README | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/auto-packager/mkpackage.README b/auto-packager/mkpackage.README > index 7ff302f..19e7247 100644 > --- a/auto-packager/mkpackage.README > +++ b/auto-packager/mkpackage.README > @@ -59,6 +59,9 @@ Next, update the tag: > git push > git push --tags > > +Next, create a directory for creating the tarball and checksum and run the mktar.sh script. > +Upload the generated tarball and SHA256SUMS to the desired localtion for the releasing. > + > Next, create an auto-packager directory somewhere and run the mkpackage.sh script from within it. E.g > > mkdir /home/cking/fwts/auto-packager > Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff --git a/auto-packager/mkpackage.README b/auto-packager/mkpackage.README index 7ff302f..19e7247 100644 --- a/auto-packager/mkpackage.README +++ b/auto-packager/mkpackage.README @@ -59,6 +59,9 @@ Next, update the tag: git push git push --tags +Next, create a directory for creating the tarball and checksum and run the mktar.sh script. +Upload the generated tarball and SHA256SUMS to the desired localtion for the releasing. + Next, create an auto-packager directory somewhere and run the mkpackage.sh script from within it. E.g mkdir /home/cking/fwts/auto-packager
Add description of the procedure to release the tarball. Signed-off-by: Keng-Yu Lin <kengyu@canonical.com> --- auto-packager/mkpackage.README | 3 +++ 1 file changed, 3 insertions(+)