Releasing Koha 3.8.0, last minute problem
Hello koha-devel, i'm ready to release Koha 3.8.0, except i've a blocking problems in the release process (and 2 annoying ones): The annoying ones: * i've tagged v3.08.00 on my local git repo, how can I push it on git.koha-community.org ? * I think I can't create the branch 3.8.x (untested, but iirc, I can only create new/... branches) The main problem is for creating the tarball. What I do: * perl Makefile.PL * make * make manifest tardist => /usr/bin/perl "-MExtUtils::Manifest=mkmanifest" -e mkmanifest Unmatched [ in regex; marked by <-- HERE in m/(?:Makefile$)|(?:release_notes_2)|(?:release_notes_1)|(?:\bCVS/)|(?:~$)|(?:\.patch$)|(?:\.orig$)|(?:\.old$)|(?:\.bak$)|(?:[ <-- HERE )|(?:\.git/)|(?:MANIFEST.bak)/ at /usr/share/perl/5.12/ExtUtils/Manifest.pm line 433. make: *** [manifest] Erreur 255 I'm totally unable to fix this kind of problem, so, if someone can help, i'll stay around... -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
Have answered on irc, but will do so here too. On Apr 23, 2012 11:03 PM, "Paul Poulain" <paul.poulain@biblibre.com> wrote:
Hello koha-devel,
i'm ready to release Koha 3.8.0, except i've a blocking problems in the release process (and 2 annoying ones): The annoying ones: * i've tagged v3.08.00 on my local git repo, how can I push it on git.koha-community.org ?
git push --tags
* I think I can't create the branch 3.8.x (untested, but iirc, I can only create new/... branches)
I'll do that as release maintainer.
The main problem is for creating the tarball. What I do: * perl Makefile.PL * make * make manifest tardist => /usr/bin/perl "-MExtUtils::Manifest=mkmanifest" -e mkmanifest Unmatched [ in regex; marked by <-- HERE in
m/(?:Makefile$)|(?:release_notes_2)|(?:release_notes_1)|(?:\bCVS/)|(?:~$)|(?:\.patch$)|(?:\.orig$)|(?:\.old$)|(?:\.bak$)|(?:[
<-- HERE )|(?:\.git/)|(?:MANIFEST.bak)/ at /usr/share/perl/5.12/ExtUtils/Manifest.pm line 433. make: *** [manifest] Erreur 255
I'm totally unable to fix this kind of problem, so, if someone can help, i'll stay around...
You can try using the git command to build a tarball instead. Make sure you do a git clean first though. Chris
-- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
OK, on IRC, chris-es helped me: * I had no tag-writing permission. chris_n fixed the problem, but I had biblibre repository on my kc git repo. Pushing the tags resulted in pushing *all* biblibre tags, not only the 3.8.0 !!! rangi said he had a RM repo, that was clean and had no other remote. He said he will take care of removing the 100+ tags (in french...) that have been created. Sorry for the annoyance * I have no write acces to the proper directory of download.koha-community.org. Rangi has, so he has moved the release files here REQUEST: Koha 3.8 is almost here. If someone could check once again that the tarball is OK by installing it, i'll announce that 3.8 is out when i've a feedback ! -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08
* Paul Poulain (paul.poulain@biblibre.com) wrote:
OK,
on IRC, chris-es helped me: * I had no tag-writing permission. chris_n fixed the problem, but I had biblibre repository on my kc git repo. Pushing the tags resulted in pushing *all* biblibre tags, not only the 3.8.0 !!! rangi said he had a RM repo, that was clean and had no other remote. He said he will take care of removing the 100+ tags (in french...) that have been created. Sorry for the annoyance
Fixed, anyone who pulled the tags between then and now, might want to read up on remote pruning :)
* I have no write acces to the proper directory of download.koha-community.org. Rangi has, so he has moved the release files here
Permissions should be fixed also
REQUEST: Koha 3.8 is almost here. If someone could check once again that the tarball is OK by installing it, i'll announce that 3.8 is out when i've a feedback !
It's just ticked past 12.30am here, not the best time to be testing, I'll leave that for someone else Chris
-- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc Tel : (33) 4 91 81 35 08 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Chris Cormack Catalyst IT Ltd. +64 4 803 2238 PO Box 11-053, Manners St, Wellington 6142, New Zealand
Hi to all, Il 23/04/2012 14:03, Paul Poulain ha scritto:
REQUEST: Koha 3.8 is almost here. If someone could check once again that the tarball is OK by installing it, i'll announce that 3.8 is out when i've a feedback !
I have download the tarball with wget http://download.koha-community.org/koha-3.8.0.tar.gz on Linux Debian stable and open it with tar xfvz koha-3.8.0.tar.gz No problem to do it. Do you need that I also installed it ? Bye Zeno Tajoli -- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer
On Mon, Apr 23, 2012 at 9:03 AM, Paul Poulain <paul.poulain@biblibre.com> wrote:
REQUEST: Koha 3.8 is almost here. If someone could check once again that the tarball is OK by installing it, i'll announce that 3.8 is out when i've a feedback !
Install went smootly. translate install es-ES too. koha-latest.tar.gz still doesn't point to 3.8. Regards To+
On Mon, Apr 23, 2012 at 8:52 AM, Tomas Cohen Arazi <tomascohen@gmail.com>wrote:
On Mon, Apr 23, 2012 at 9:03 AM, Paul Poulain <paul.poulain@biblibre.com> wrote:
REQUEST: Koha 3.8 is almost here. If someone could check once again that the tarball is OK by installing it, i'll announce that 3.8 is out when i've a feedback !
Install went smootly. translate install es-ES too. koha-latest.tar.gz still doesn't point to 3.8.
While fixing the koha-latest.tar.gz link, I inadvertently deleted the 3.8.0 tarbal, so it will be unavailable for a bit. Sorry, but its Monday here! Kind Regards, Chris
On Mon, Apr 23, 2012 at 9:25 AM, Chris Nighswonger < cnighswonger@foundations.edu> wrote:
On Mon, Apr 23, 2012 at 8:52 AM, Tomas Cohen Arazi <tomascohen@gmail.com>wrote:
On Mon, Apr 23, 2012 at 9:03 AM, Paul Poulain <paul.poulain@biblibre.com> wrote:
REQUEST: Koha 3.8 is almost here. If someone could check once again that the tarball is OK by installing it, i'll announce that 3.8 is out when i've a feedback !
Install went smootly. translate install es-ES too. koha-latest.tar.gz still doesn't point to 3.8.
While fixing the koha-latest.tar.gz link, I inadvertently deleted the 3.8.0 tarbal, so it will be unavailable for a bit. Sorry, but its Monday here!
Things should be as they were now. We have a report that the update related scripts were not updated for 3.8.0, so stand-by for more fun on the 3.8.0 Pre-release Show.... Kind Regards, Chris
And about the name? Should not be called koha-3.08.00.tar.gz? just for consistency... -- Bernardo Gonzalez Kriegel gonzalez@famaf.unc.edu.ar 2012/4/23 Chris Nighswonger <cnighswonger@foundations.edu>
On Mon, Apr 23, 2012 at 9:25 AM, Chris Nighswonger < cnighswonger@foundations.edu> wrote:
On Mon, Apr 23, 2012 at 8:52 AM, Tomas Cohen Arazi <tomascohen@gmail.com>wrote:
On Mon, Apr 23, 2012 at 9:03 AM, Paul Poulain <paul.poulain@biblibre.com> wrote:
REQUEST: Koha 3.8 is almost here. If someone could check once again
that
the tarball is OK by installing it, i'll announce that 3.8 is out when i've a feedback !
Install went smootly. translate install es-ES too. koha-latest.tar.gz still doesn't point to 3.8.
While fixing the koha-latest.tar.gz link, I inadvertently deleted the 3.8.0 tarbal, so it will be unavailable for a bit. Sorry, but its Monday here!
Things should be as they were now. We have a report that the update related scripts were not updated for 3.8.0, so stand-by for more fun on the 3.8.0 Pre-release Show....
Kind Regards, Chris
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Hi, On Apr 23, 2012, at 10:25 AM, Bernardo Gonzalez Kriegel wrote:
And about the name?
Should not be called koha-3.08.00.tar.gz?
I can certainly see being consistent as a virtue in this case, but IMO dropping the extra zeroes from the tarball name is more readable. I don't feel particularly strongly either way, however. Regards, Galen -- Galen Charlton Director of Support and Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
Hi, On Apr 23, 2012, at 7:02 AM, Paul Poulain wrote:
* I think I can't create the branch 3.8.x (untested, but iirc, I can only create new/... branches)
I've gone ahead and created the 3.8.x branch, setting up Chris Cormack as able to push per his role as 3.8.x RMaint. For the record, I also confirm that Jared Camins-Esakov is now set up to push to the 3.6.x branch per his role as 3.6.x RMaint. Regards, Galen -- Galen Charlton Director of Support and Implementation Equinox Software, Inc. / The Open Source Experts email: gmc@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
participants (8)
-
Bernardo Gonzalez Kriegel -
Chris Cormack -
Chris Cormack -
Chris Nighswonger -
Galen Charlton -
Paul Poulain -
Tomas Cohen Arazi -
Zeno Tajoli