79a06ce replace autorel with autorelease everywhere

Authored and Committed by scoady 3 years ago
28 files changed. 184 lines added. 182 lines removed.
doc/autorelease.rstdoc/autorel.rst
file renamed
+15 -15
doc/deploying.rst
file modified
+5 -5
doc/examples/README.md
file modified
+11 -9
doc/examples/autorelease-function-hdr.txtdoc/examples/autorel-function-hdr.txt
file renamed
+11 -11
doc/examples/macros.autoreleasedoc/examples/macros.autorel
file renamed
+10 -10
doc/examples/test-autorel-extraver.spec
file removed
-9
doc/examples/test-autorel-snapshot.spec
file removed
-9
doc/examples/test-autorelease-extraver-snapshot.specdoc/examples/test-autorel-extraver-snapshot.spec
file renamed
+4 -4
doc/examples/test-autorelease-extraver.spec
file added
+9
doc/examples/test-autorelease-hotfix.specdoc/examples/test-autorel-hotfix.spec
file renamed
+4 -4
doc/examples/test-autorelease-omnibus.specdoc/examples/test-autorel-omnibus.spec
file renamed
+16 -16
doc/examples/test-autorelease-prerelease.specdoc/examples/test-autorel-prerelease.spec
file renamed
+4 -4
doc/examples/test-autorelease-snapshot.spec
file added
+9
doc/examples/test-autorelease.specdoc/examples/test-autorel.spec
file renamed
+4 -4
doc/index.rst
file modified
+1 -1
doc/opting-in.rst
file modified
+4 -4
doc/peculiarities.rst
file modified
+7 -7
doc/principle.rst
file modified
+1 -1
koji_plugins/rpmautospec_builder.py
file modified
+1 -1
rpm/macros.d/macros.rpmautospec
file modified
+1 -1
rpmautospec/__init__.py
file modified
+1 -1
rpmautospec/etc/autorelease-macro.txtrpmautospec/etc/autorel-macro.txt
file renamed
+6 -6
rpmautospec/misc.py
file modified
+3 -3
rpmautospec/process_distgit.py
file modified
+30 -30
tests/rpmautospec/test_process_distgit.py
file modified
+25 -25
tests/test-data/repodata/.coverage
file added
+0
tests/test-data/repodata/dummy-test-package-gloster-git.tar.gz
file modified
+0 -0
tests/test-data/repodata/dummy-test-package-gloster.spec.expected
file modified
+2 -2
    replace autorel with autorelease everywhere
    
    Signed-off-by: Stephen Coady <scoady@redhat.com>
    
        
  • Zuul
    failure
    Jobs result is failure
    3 years ago
doc/autorelease.rst doc/autorel.rst
file renamed
+15 -15
file modified
+5 -5
file modified
+11 -9
doc/examples/autorelease-function-hdr.txt doc/examples/autorel-function-hdr.txt
file renamed
+11 -11
doc/examples/macros.autorelease doc/examples/macros.autorel
file renamed
+10 -10
doc/examples/test-autorelease-extraver-snapshot.spec doc/examples/test-autorel-extraver-snapshot.spec
file renamed
+4 -4
doc/examples/test-autorelease-hotfix.spec doc/examples/test-autorel-hotfix.spec
file renamed
+4 -4
doc/examples/test-autorelease-omnibus.spec doc/examples/test-autorel-omnibus.spec
file renamed
+16 -16
doc/examples/test-autorelease-prerelease.spec doc/examples/test-autorel-prerelease.spec
file renamed
+4 -4
doc/examples/test-autorelease.spec doc/examples/test-autorel.spec
file renamed
+4 -4
file modified
+1 -1
file modified
+4 -4
file modified
+7 -7
file modified
+1 -1
file modified
+1 -1
rpmautospec/etc/autorelease-macro.txt rpmautospec/etc/autorel-macro.txt
file renamed
+6 -6
file modified
+3 -3
file modified
+30 -30
empty file added