Change resources structure to match repository one

Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
This commit is contained in:
Jedrzej Nowak 2015-12-18 15:15:35 +01:00
parent e3b4fba8af
commit f7a91ede6a
303 changed files with 4 additions and 10 deletions

View File

@ -42,8 +42,7 @@
state: present
create: yes
## will be uncommented when we will change embedded resources structure
# - hosts: all
# tasks:
# - file: path=/var/lib/solar/repositories state=directory
# - file: src=/vagrant/resources dest=/var/lib/solar/repositories/resources state=link
- hosts: all
tasks:
- file: path=/var/lib/solar/repositories state=directory
- file: src=/vagrant/resources dest=/var/lib/solar/repositories/resources state=link

View File

@ -1,5 +0,0 @@
We're moving to repositories.
To use import this dir with `solar repository import ./resources --name resources`.
To update `solar repository update --overwrite ./resources --name resources`

Some files were not shown because too many files have changed in this diff Show More