Skip to content

Commit

Permalink
Fix repo move paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhahaha committed Oct 25, 2021
1 parent 8b0e7b3 commit cdf9a1f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ task-core

|CI Status|

.. |CI Status| image:: https://github.com/mwhahaha/task-core/actions/workflows/py-tox.yml/badge.svg
:target: https://github.com/mwhahaha/task-core/actions
.. |CI Status| image:: https://github.com/Directord/task-core/actions/workflows/py-tox.yml/badge.svg
:target: https://github.com/Directord/task-core/actions

Install
~~~~~~~
Expand Down Expand Up @@ -42,7 +42,7 @@ the bash script.
virtualenv ~/test-venv
source ~/test-venv/bin/activate
git clone https://github.com/mwhahaha/task-core
git clone https://github.com/Directord/task-core
pip install directord
Expand Down
7 changes: 5 additions & 2 deletions contrib/task-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Release: 1%{?dist}

License: ASL 2.0

URL: https://github.com/mwhahaha/task-core
Source: https://github.com/mwhahaha/task-core/archive/%{version}.tar.gz#/task-core-%{version}.tar.gz
URL: https://github.com/Directord/task-core
Source: https://github.com/Directord/task-core/archive/%{version}.tar.gz#/task-core-%{version}.tar.gz

BuildArch: noarch

Expand Down Expand Up @@ -121,6 +121,9 @@ rm -rf *.egg-info
# ---------------

%changelog
* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.1-1
- Initial 0.1.1 release

* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.0-1
- Initial 0.1.0 release

Expand Down
2 changes: 1 addition & 1 deletion examples/directord/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ path is assumed for future commands.
# Build task-core
mkdir -p ~/rpmbuild/SOURCES
sudo dnf -y install yum-utils rpm-build dnf-plugins-core python3-pbr
git clone https://github.com/mwhahaha/task-core
git clone https://github.com/Directord/task-core
pushd ~/task-core/
git fetch --all && git checkout origin/poc
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description_file =
long_description_content_type = text/x-rst
author = Alex Schultz
author_email = aschultz@next-development.com
home_page = https://github.com/mwhahaha/task-core
home_page = https://github.com/Directord/task-core
python_requires = >=3.6
classifiers =
Development Status :: 1 - Planning
Expand Down

0 comments on commit cdf9a1f

Please sign in to comment.