File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ task-core
3
3
4
4
|CI Status |
5
5
6
- .. |CI Status | image :: https://github.com/mwhahaha /task-core/actions/workflows/py-tox.yml/badge.svg
7
- :target: https://github.com/mwhahaha /task-core/actions
6
+ .. |CI Status | image :: https://github.com/Directord /task-core/actions/workflows/py-tox.yml/badge.svg
7
+ :target: https://github.com/Directord /task-core/actions
8
8
9
9
Install
10
10
~~~~~~~
@@ -42,7 +42,7 @@ the bash script.
42
42
virtualenv ~/test-venv
43
43
source ~/test-venv/bin/activate
44
44
45
- git clone https://github.com/mwhahaha /task-core
45
+ git clone https://github.com/Directord /task-core
46
46
47
47
pip install directord
48
48
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Release: 1%{?dist}
12
12
13
13
License: ASL 2.0
14
14
15
- URL: https://github.com/mwhahaha /task-core
16
- Source: https://github.com/mwhahaha /task-core/archive/%{version }.tar.gz#/task-core-%{version}.tar.gz
15
+ URL: https://github.com/Directord /task-core
16
+ Source: https://github.com/Directord /task-core/archive/%{version }.tar.gz#/task-core-%{version}.tar.gz
17
17
18
18
BuildArch: noarch
19
19
@@ -121,6 +121,9 @@ rm -rf *.egg-info
121
121
# ---------------
122
122
123
123
%changelog
124
+ * Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.1-1
125
+ - Initial 0.1.1 release
126
+
124
127
* Mon Oct 25 2021 Alex Schultz <aschultz@redhat.com> - 0.1.0-1
125
128
- Initial 0.1.0 release
126
129
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ path is assumed for future commands.
33
33
# Build task-core
34
34
mkdir -p ~/rpmbuild/SOURCES
35
35
sudo dnf -y install yum-utils rpm-build dnf-plugins-core python3-pbr
36
- git clone https://github.com/mwhahaha /task-core
36
+ git clone https://github.com/Directord /task-core
37
37
38
38
pushd ~/task-core/
39
39
git fetch --all && git checkout origin/poc
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description_file =
6
6
long_description_content_type = text/x-rst
7
7
author = Alex Schultz
8
8
author_email = aschultz@next-development.com
9
- home_page = https://github.com/mwhahaha /task-core
9
+ home_page = https://github.com/Directord /task-core
10
10
python_requires = >=3.6
11
11
classifiers =
12
12
Development Status :: 1 - Planning
You can’t perform that action at this time.
0 commit comments