Skip to content

Commit

Permalink
vmcheck: Experiment with the name nxs
Browse files Browse the repository at this point in the history
I find myself not liking the name rpm-ostree anymore; it's
descriptive, but unfortunately we compete with other projects with
easier and sexier names.

Also, people continually find the ostree and rpm-ostree layering
unclear.  It's *much* easier to say "nxs depends on ostree", even
though textually it's obvious "rpm-ostree depends on ostree".

Anyways, just an experiment for now.
  • Loading branch information
cgwalters committed Jun 8, 2016
1 parent 77eb3e2 commit 0e1857c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/vmcheck/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
args:
creates: /etc/ostree/remotes.d/centos-atomic-continuous.conf

# Experimenting with this as a potential new name.
- name: Link nxs -> rpm-ostree
file: src=/usr/bin/rpm-ostree dest=/usr/local/bin/nxs owner=0 group=0 state=link

- command: docker inspect rpm-ostree-builder
failed_when: False
changed_when: False
Expand Down

0 comments on commit 0e1857c

Please sign in to comment.