==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    https://bugs.contribs.org/show_bug.cgi?id=9680

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #3 from Michael Doerner <[email protected]> ---
(In reply to Jean-Philippe Pialasse from comment #2)
> to use the nightly build I would only change 
... cut ...
> to 
> 
> 
> db yum_repositories set sogo3 repository \
>   BaseURL http://packages.inverse.ca/SOGo/nightly/3/rhel/6/$basearch \
>   EnableGroups yes \
>   GPGCheck no \
>   Name "Inverse SOGo Repository" \
>   IncludePkgs gnustep-base,gnustep-make,libmemcached,libwbxml,sogo*,sope49* \
>   Visible yes \
>   status disabled

That seems to work now. A bit of confusion here at my end initially.

First I thought they enforce now https, then I had trouble with 

 db yum_repositories setprop sogo3 BaseURL
"http://packages.inverse.ca/SOGo/nightly/3/rhel/6/$basearch";

which ends (wrongly) in

 db yum_repositories show sogo3
sogo3=repository
    BaseURL=http://packages.inverse.ca/SOGo/nightly/3/rhel/6/

but 

db yum_repositories setprop sogo3 BaseURL
'http://packages.inverse.ca/SOGo/nightly/3/rhel/6/$basearch'
seems to do the trick:
db yum_repositories show sogo3
sogo3=repository
    BaseURL=http://packages.inverse.ca/SOGo/nightly/3/rhel/6/$basearch

Single quote vs Double quotes - I do not understand why it makes all the
difference for this one.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to