Koozali.org: home of the SME Server

where is smeserver-mailman

Offline jahlewis

  • *
  • 151
  • +0/-0
    • http://www.arachnerd.com/
where is smeserver-mailman
« on: November 24, 2007, 10:17:18 PM »
in the past, I installed mailman using the following commands:
Code: [Select]
yum --enablerepo=smedev install mailman smeserver-mailman
However, browsing http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smedev/i386/repodata/index.html shows that it is not there anymore.

Any idea of where I should look?
............

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: where is smeserver-mailman
« Reply #1 on: November 25, 2007, 06:29:23 PM »
in the past, I installed mailman using the following commands:
Code: [Select]
yum --enablerepo=smedev install mailman smeserver-mailman
However, browsing http://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7/smedev/i386/repodata/index.html shows that it is not there anymore.

Any idea of where I should look?
All contribs in SME Dev have been removed as the development policy for this repository has changed. It is (now) only meant for smeserver core packages being in development, a new process to release contribs is being outlined and most likely to end up in smecontribs repository, however they are not there yet, for the moment you will have to hope that someone can share this rpm for you.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline raem

  • *
  • 3,972
  • +4/-0
Re: where is smeserver-mailman
« Reply #2 on: November 26, 2007, 05:50:18 AM »
...

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: where is smeserver-mailman
« Reply #3 on: November 26, 2007, 09:44:32 AM »
cactus

Try these

http://www.gormand.com.au/smeserver/WIP/

Well thanks but I do not need them, jahlewis does. So I guess he will be pleased with the provided link. :-)
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline jahlewis

  • *
  • 151
  • +0/-0
    • http://www.arachnerd.com/
Re: where is smeserver-mailman
« Reply #4 on: November 26, 2007, 01:31:21 PM »
The RPM I'm referring to that was on smedev was smeserver-mailman-1.3.0-15.el4.sme.noarch.rpm, which is one rev. newer than the one at the above link.  I can't remember how to use the rpm command to reveal the changelog so as to see what changed.

I've added a mailman page on the smeserver wiki: http://wiki.contribs.org/Mailman to start collecting knowledge on installing, using and maintaining mailman.  Feel free to update.

Thanks all.
............

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: where is smeserver-mailman
« Reply #5 on: November 26, 2007, 03:56:16 PM »
I can't remember how to use the rpm command to reveal the changelog so as to see what changed.
When installed
Code: [Select]
rpm -q --changelog rpmnameWhen not installed:
Code: [Select]
rpm -qp --changelog /path/to/rpm
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)