]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: remove spec file changes for remoto 1265/head
authorAlfredo Deza <adeza@redhat.com>
Fri, 22 Mar 2019 05:34:21 +0000 (01:34 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 22 Mar 2019 05:34:21 +0000 (01:34 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/roles/remoto-release/tasks/release.yml

index c5ecd08d79588c30a4c2ddc87a7c39997437622c..92b26bb2ccf0a22e4ac46746a6c7aea314156c68 100644 (file)
     DEBEMAIL: "{{ debemail }}"
     DEBFULLNAME: "{{ debfullname }}"
 
-- name: set the version in the spec file
-  lineinfile: dest=remoto/remoto.spec
-              regexp="Version{{':'}}\s+"
-              line="Version{{':'}}       {{ version }}"
-              state=present
+# we don't have a spec file in remoto, this is being built
+# separately
+#- name: set the version in the spec file
+#  lineinfile: dest=remoto/remoto.spec
+#              regexp="Version{{':'}}\s+"
+#              line="Version{{':'}}       {{ version }}"
+#              state=present
 
 - name: commit the version changes
   command: git commit -a -m "{{ version }}" chdir=remoto