Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
snap,snappy,systemd: %s/\<SNAP_ORIGIN\>/SNAP_DEVELOPER/g #605
Conversation
|
|
|
This looks fine, I wonder if we could even remove it entirely though. No strong opinion either way. |
added a commit
that referenced
this pull request
Mar 8, 2016
mvo5
merged commit 060599c
into
snapcore:master
Mar 8, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedMar 8, 2016
This patch begins the change away from "origin" towards the "snap
developer". The change starts with alterations of the public-facing
environment variables.
I will follow it with internal changes to rename "origin" to "developer"
and finally to remove the special-cased frameworks which currently,
artificially, always have an empty origin field. This change will be
intertwined with changes to application launchers that will gain the new
feature of having a special-cased short wrapper name of just Snap.Name
in the only case where App.Name is the same as Snap.Name. This will
allow things like docker not to be spelled out as docker.docker but
simply docker.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com