Difference between revisions of "User talk:Unnilennium"

From SME Server
Jump to navigationJump to search
Line 34: Line 34:
 
[[mw:Manual:Interwiki]]
 
[[mw:Manual:Interwiki]]
  
build of SME 10 iso
+
==build of SME 10 iso==
  
  

Revision as of 07:22, 25 July 2016

Reverted changes in Releasing Contribs as the contribs webspace is not relevant to releasing contribs. I am not even sure if we need to advertise this all together as we now have one location where contribs should be located and that would be the smecontribs repository, AFAIK the contribs location on the mirrors has been there in the past to provide such a location but is not really needed anymore. - Cactus 02:04, 29 March 2008 (MDT)

Reverted changes to Custom_CA_Certificate

I have reverted the changes you made to the script in Custom_CA_Certificate as they seem to make the script fail (see this forum thread). Did you test the alterations before committing them to the wiki? — Cactus (talk | contribs 11:20, 21 January 2011 (UTC)

_______________

Thank you cactus, yes i had test it before inserting. Perjaps i have maid a typo copying it by the hand i'll check for that

thank you for your intervention

Help:* pages

I am wondering why you are creating all the Help:* pages explaining how the wiki formatting works. I see no reason for entering all such information in the wiki as it is readily available on the MediaWiki pages:

http://www.mediawiki.org/wiki/Help:Contents

I think a minimal introduction and a referral to those pages would be enough. It would save you a lot of work as well. — Cactus (talk | contribs 13:01, 20 June 2011 (MDT)

_______________

Hello Cactus,

thank you for your intervention. This help page editing is just part of the work i am doing to see more french people there instead of asking informations on non contribs.org forums because they are only in English here.

In this purpose i am trying to have the same presentation that we can find in English. And as i won'T be able to do all this by myself, the best thimg to do is first explain how to help !

3 reasons why create here and not link: - the english version is on contribs not on MW - the version on mediawiki is too recent for the wiki and some commands are not working in our (example #<value=2>) - the shortcuts (mw and mediawiki) for mediawiki are not configured in this wiki as it should be if it was up to date for interwiki links http://www.mediawiki.org/wiki/Manual:Interwiki and http://meta.wikimedia.org/wiki/Help:Interwiki_linking

mw:Manual:Interwiki

build of SME 10 iso

first rsync from primary mirror without the isos

rsync -av --delete --progress mirror.canada.pialasse.com::smeserver/releases/testing/10/ /build/smeserver/repo/10 --exclude=*.iso

Create release specific folder and link (or rename the folder)

mkdir -p /build/smeserver/stage/10.0.alpha1/{SRPMS,x86_64}
cd /build/smeserver/stage/
rm -f 10
ln -s 10.0.alpha1 10


here there are some things we do not do currently


prepare and cp the new product.img in /build/smeserver/stage/10.0.alpha1/x86_64/images/

sudo chmod -R a+w /build/smeserver/stage



VER=10
VERSION=$VER.0.alpha1
VERPREV=$VER.0.alpha0
pushd /build/smeserver/stage/$VER/x86_64/
ln -s Packages SME
popd
 /build/smeserver/stage/bin/update_repos

we do not do the build installer currently, then just build iso

rm -f /build/smeserver/stage/$VER/x86_64/SME
mock -r smeserver-$VER-x86_64-iso --init
sudo chmod -R a+w /build/smeserver/stage
mock -r smeserver-$VER-x86_64-iso --mount --cwd /build/smeserver/stage/$VER --unpriv --chroot /build/smeserver/stage/bin/build_ISO
pushd /build/smeserver/stage/$VER/x86_64/
ln -s Packages SME
popd