[luci] applications/luci-olsr: fix to use the correct config file for olsrd6 plugins

Jo-Philipp Wich xm at subsignal.org
Sat Oct 11 22:47:04 CEST 2014


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Erich.

> P.S.: @Jow: Can you make please make a short description for the
> correct use of git send-email.

First of all make sure that git-email is installed, on Debian/Ubuntu
this means "apt-get install git-email".

If not done yet, set up your global Git identity:

git config --global user.name "Erich N. Pekarek"
git config --global user.email "erich at pekarek.at"

Next set up your SMTP credentials:

git config --global sendemail.smtpencryption tls
git config --global sendemail.smtpserver mail.example.org
git config --global sendemail.smtpserverport 587
git config --global sendemail.smtpuser me at example.org
git config --global sendemail.smtppass secret


Clone LuCI:

git clone https://github.com/openwrt/luci.git luci.git

Perform your changes, stage & commit them:

git add some/file.ext
git rm something/else.txt
git commit --signoff

etc.

Send the last change to the list:

git send-email --to=luci at lists.subsignal.org HEAD^


Usually its better to git-send-email the patch yourself first so you can
check its correctness.

HTH, Jow


> This patch file was created with copy-n-paste from gitk.Is this
> the
> 
> 
> _______________________________________________ luci mailing list 
> luci at lists.subsignal.org 
> https://lists.subsignal.org/mailman/listinfo/luci
> 



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlQ5l0gACgkQdputYINPTPMKpACfaYCIkC1XDDgW+zlPCBkWt4ml
+bwAnjbWOSWhrmAfdZoYvIFZaQ7latgD
=QeRH
-----END PGP SIGNATURE-----


More information about the luci mailing list