[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.2-11-g0f76889
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Network control utility based on systemd". The branch, master has been updated via 0f7688962fdadc7b72bdd81f719473e55608205c (commit) via 906c6daa8a1ab95b3e169b09a925816ebce4831c (commit) via 20c66d6499f22adad6c1dae854a627f061c5fbcb (commit) via 7d081a227528201ed65b8bab9ec07ccd8dfc1162 (commit) via 5b0c7cae3e82c96058605941273e33632ec95094 (commit) via 6bd3fb709988d931e92ddaa5c493be6906a07890 (commit) via 01f9b7ba788698be0a32534b6e1342b6d58df965 (commit) via 8f6e396f8ee47d52faac67922d0ddf6fdfbabecd (commit) via e75d8b1791009712ceda58762489f8a7df9c8140 (commit) via cbd00d5652700792a7833617d947f8a78bb34ccc (commit) from 30ea4c009e9ba095eb6ac94655715cc9531d4594 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0f7688962fdadc7b72bdd81f719473e55608205c Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Thu Jul 25 00:22:25 2013 +0200 Make netctl-auto more hook friendly The hooks (including any interface hook) are loaded each time a wpa event occurs. This means the auto.action script can be extended in the hooks. For this purpose, several exported variables (mainly $ACTION) can be checked for their value. The name of the active profile is not exported, but still available (just as in ordinary netctl usage) through the $Profile variable. Profiles ending in .action are disallowed (reserved for possible future use). Both ifplugd and wpa_actiond have a notion of 'action script'. commit 906c6daa8a1ab95b3e169b09a925816ebce4831c Merge: 20c66d6 7d081a2 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Thu Jul 25 00:08:09 2013 +0200 Merge branch 'master' of git://github.com/gandro/netctl into gandro-master commit 20c66d6499f22adad6c1dae854a627f061c5fbcb Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Jul 24 10:57:48 2013 +0200 Use iproute2 for bridging (FS#36165) This sheds the dependency on the old bridge-utils (brctl). commit 7d081a227528201ed65b8bab9ec07ccd8dfc1162 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 22:10:17 2013 +0200 Fix references related to netctl-auto(1) commit 5b0c7cae3e82c96058605941273e33632ec95094 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 21:44:40 2013 +0200 Rework some lines in netctl-auto commit 6bd3fb709988d931e92ddaa5c493be6906a07890 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 11:53:01 2013 +0200 More consistent quoting in netctl-auto commit 01f9b7ba788698be0a32534b6e1342b6d58df965 Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:12:58 2013 +0200 Add man page for netctl-auto(1) commit 8f6e396f8ee47d52faac67922d0ddf6fdfbabecd Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:05:03 2013 +0200 Rewrite of netctl-auto This adds a command line interface to the netctl-auto script to allow users more control over the automatic profile selection. commit e75d8b1791009712ceda58762489f8a7df9c8140 Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:01:09 2013 +0200 Add wpa_unquote function This function can be used to unquote WPA supplicant config file strings returned from wpa_cli calls. commit cbd00d5652700792a7833617d947f8a78bb34ccc Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Sun Jul 21 00:51:34 2013 +0200 Introduce sed Instead of filtering results from grep, we can also just use sed. Installations having grep can be expected to have sed as well. ----------------------------------------------------------------------- Summary of changes: contrib/PKGBUILD.in | 1 - docs/Makefile | 2 +- docs/examples/bridge | 6 +- docs/netctl-auto.1.txt | 90 +++++++++++++++ docs/netctl.1.txt | 2 +- docs/netctl.profile.5.txt | 24 ++-- docs/netctl.special.7.txt | 6 +- src/lib/auto.action | 27 ++--- src/lib/connections/bridge | 19 ++-- src/lib/connections/wireless | 2 +- src/lib/globals | 2 +- src/lib/wpa | 21 +++- src/netctl-auto | 260 +++++++++++++++++++++++++++++++++++++------ src/wifi-menu | 6 +- 14 files changed, 374 insertions(+), 94 deletions(-) create mode 100644 docs/netctl-auto.1.txt hooks/post-receive -- Network control utility based on systemd
Am 25.07.2013 00:24, schrieb Jouke Witteveen:
commit 7d081a227528201ed65b8bab9ec07ccd8dfc1162 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 22:10:17 2013 +0200
Fix references related to netctl-auto(1)
commit 5b0c7cae3e82c96058605941273e33632ec95094 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 21:44:40 2013 +0200
Rework some lines in netctl-auto
commit 6bd3fb709988d931e92ddaa5c493be6906a07890 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 11:53:01 2013 +0200
More consistent quoting in netctl-auto
commit 01f9b7ba788698be0a32534b6e1342b6d58df965 Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:12:58 2013 +0200
Add man page for netctl-auto(1)
commit 8f6e396f8ee47d52faac67922d0ddf6fdfbabecd Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:05:03 2013 +0200
Rewrite of netctl-auto
This adds a command line interface to the netctl-auto script to allow users more control over the automatic profile selection.
commit e75d8b1791009712ceda58762489f8a7df9c8140 Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:01:09 2013 +0200
Add wpa_unquote function
This function can be used to unquote WPA supplicant config file strings returned from wpa_cli calls.
None of these patches have been sent to this list for review, and I would have liked the possibility to review them. I strongly object against submitting and reviewing patches behind closed doors.
On Thu, Jul 25, 2013 at 10:38 AM, Thomas Bächler <thomas@archlinux.org> wrote:
Am 25.07.2013 00:24, schrieb Jouke Witteveen:
commit 7d081a227528201ed65b8bab9ec07ccd8dfc1162 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 22:10:17 2013 +0200
Fix references related to netctl-auto(1)
commit 5b0c7cae3e82c96058605941273e33632ec95094 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 21:44:40 2013 +0200
Rework some lines in netctl-auto
commit 6bd3fb709988d931e92ddaa5c493be6906a07890 Author: Sebastian Wicki <gandro@gmx.net> Date: Tue Jul 23 11:53:01 2013 +0200
More consistent quoting in netctl-auto
commit 01f9b7ba788698be0a32534b6e1342b6d58df965 Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:12:58 2013 +0200
Add man page for netctl-auto(1)
commit 8f6e396f8ee47d52faac67922d0ddf6fdfbabecd Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:05:03 2013 +0200
Rewrite of netctl-auto
This adds a command line interface to the netctl-auto script to allow users more control over the automatic profile selection.
commit e75d8b1791009712ceda58762489f8a7df9c8140 Author: Sebastian Wicki <gandro@gmx.net> Date: Sun Jul 21 17:01:09 2013 +0200
Add wpa_unquote function
This function can be used to unquote WPA supplicant config file strings returned from wpa_cli calls.
None of these patches have been sent to this list for review, and I would have liked the possibility to review them. I strongly object against submitting and reviewing patches behind closed doors.
Thats a valid point, I will try to put them up for review from now on. Related to this concern, there is something I want to ask/discuss. There are relatively few people working on netctl (judging on forum messages, systemd/netctl concepts are far from commonplace, yet). Before netctl was accepted as an Arch project, it was developed in GitHub. I intended to remove the GitHub repository when netctl 1.0 was released. However, people seem much more enthusiastic about contributing on GitHub than about sending patches to this list. Therefore I decided not to take down the GitHub repo for the time being.[1] What is the best way to deal with this? 1: Remove the GitHub mirror anyway. 2: Announce GitHub pull requests on this list 3: Publish GitHub pull requests as patches for review on this list. Regards, - Jouke [1] Additionally, netctl is completely distribution agnostic. Although this is in no way a contradiction with hosting netctl as an Arch Project (something I value very much), it is sometimes claimed that netctl is Arch-only.
Am 25.07.2013 13:45, schrieb Jouke Witteveen:
However, people seem much more enthusiastic about contributing on GitHub than about sending patches to this list. Therefore I decided not to take down the GitHub repo for the time being.[1] What is the best way to deal with this? 1: Remove the GitHub mirror anyway. 2: Announce GitHub pull requests on this list 3: Publish GitHub pull requests as patches for review on this list.
Regards, - Jouke
[1] Additionally, netctl is completely distribution agnostic. Although this is in no way a contradiction with hosting netctl as an Arch Project (something I value very much), it is sometimes claimed that netctl is Arch-only.
I have no solution for this. You could however simply pull to a local branch and use git send-email to push the patches to the list yourself. That said, I'd much rather encourage people to post their messages here - they can subscribe to this list easily without receiving any messages from it.
participants (3)
-
Jouke Witteveen
-
jouke@archlinux.org
-
Thomas Bächler