mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Revise deb packages script
This commit is contained in:
committed by
Dan Christian Bogos
parent
a79b23ce63
commit
bc182d577d
@@ -326,13 +326,9 @@
|
||||
with_items: "{{ distributions }}"
|
||||
when: cgrates_branch == "master" or hostvars['apt']['git_tag_result'].stdout_lines | length > 0
|
||||
|
||||
- name: Move the new .orig.tar.gz to /var/packages/deb
|
||||
become: true
|
||||
ansible.builtin.shell: "mv /tmp/cgrates*.orig*.tar.* /var/packages/deb/{{ cgrates_branch }}/"
|
||||
|
||||
- name: Move the new package to /var/packages/deb
|
||||
become: true
|
||||
ansible.builtin.shell: "mv /tmp/cgrates*~deb{{ item.version }}u1* /var/packages/deb/{{ cgrates_branch }}/{{ item.codename }}/"
|
||||
ansible.builtin.shell: "mv /tmp/cgrates_*~deb{{ item.version }}u1*.deb /var/packages/deb/{{ cgrates_branch }}/{{ item.codename }}/"
|
||||
with_items: "{{ distributions }}"
|
||||
|
||||
- name: Find all package files
|
||||
|
||||
Reference in New Issue
Block a user