Skip to content

Commit

Permalink
Merge pull request #154 from SUSE-Enceladus/regAuthFixes
Browse files Browse the repository at this point in the history
Move the registry auth script
  • Loading branch information
rjschwei committed Apr 17, 2024
2 parents 1b973a4 + ea750ea commit faa4594
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion cloud-regionsrv-client.spec
Expand Up @@ -186,8 +186,10 @@ fi
%dir %{_usr}/lib/zypp/plugins/urlresolver
%dir /var/cache/cloudregister
%{_mandir}/man*/*
# Do not expect the user that needs containers to have root access
# on the system
%{_bindir}/cloudguestregistryauth
%{_sbindir}/cloudguest-repo-service
%{_sbindir}/cloudguestregistryauth
%{_sbindir}/containerbuild-regionsrv
%{_sbindir}/createregioninfo
%{_sbindir}/switchcloudguestservices
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cloudguestregistryauth.py
Expand Up @@ -21,7 +21,7 @@
# Hack to get the script without the .py imported for testing
cloudguestregistryauth = SourceFileLoader(
'cloudguestregistryauth',
'./usr/sbin/cloudguestregistryauth'
'./usr/bin/cloudguestregistryauth'
).load_module()


Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -47,5 +47,5 @@ skip_install = True
usedevelop = True
commands =
flake8 --statistics -j auto --count {toxinidir}/lib/cloudregister
flake8 --statistics -j auto --count {toxinidir}/usr/sbin/cloudguestregistryauth
flake8 --statistics -j auto --count {toxinidir}/tests
flake8 --statistics -j auto --count {toxinidir}/usr/bin/cloudguestregistryauth
flake8 --statistics -j auto --count {toxinidir}/tests
File renamed without changes.

0 comments on commit faa4594

Please sign in to comment.