From 70b3a3b9a0eaa791f93e0f2add2eab073e749a53 Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 07 2020 14:14:34 +0000 Subject: [PATCH 1/13] new commit --- diff --git a/hello_world/a b/hello_world/a index 9c558e3..02a0998 100644 --- a/hello_world/a +++ b/hello_world/a @@ -1 +1,2 @@ . +nl From 09e60e2701a30a51c5b2cc811107387a58194578 Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 07 2020 14:59:38 +0000 Subject: [PATCH 2/13] new commit --- diff --git a/hello_world/a b/hello_world/a index 02a0998..e72aa49 100644 --- a/hello_world/a +++ b/hello_world/a @@ -1,2 +1,3 @@ . nl +nl From 12ad425241d486ea3c8f55ccefbe76d10840b5ba Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 07 2020 18:06:57 +0000 Subject: [PATCH 3/13] new commit --- diff --git a/hello_world/a b/hello_world/a index e72aa49..bcefff9 100644 --- a/hello_world/a +++ b/hello_world/a @@ -1,3 +1,4 @@ . nl nl +nl From 90bd8f8cc97733092ccb159d1e8cf4dfbf2ee522 Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 07 2020 18:13:48 +0000 Subject: [PATCH 4/13] new commit --- diff --git a/hello_world/a b/hello_world/a index bcefff9..575f06c 100644 --- a/hello_world/a +++ b/hello_world/a @@ -2,3 +2,4 @@ nl nl nl +nl From f4859e2eebc9de95b218753821b09b47bb159dbf Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 07 2020 19:04:02 +0000 Subject: [PATCH 5/13] new commit --- diff --git a/hello_world/a b/hello_world/a index 575f06c..9705c27 100644 --- a/hello_world/a +++ b/hello_world/a @@ -3,3 +3,4 @@ nl nl nl nl +nl From f0cfdee433b8a51e1fb4b15a97cf88a1eaa8ec0a Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 07 2020 19:10:14 +0000 Subject: [PATCH 6/13] new commit --- diff --git a/hello_world/a b/hello_world/a index 9705c27..38a5fc1 100644 --- a/hello_world/a +++ b/hello_world/a @@ -4,3 +4,4 @@ nl nl nl nl +nl From 6e5693fd6380dd248d0e863ad3d6dd920dacc71b Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 08 2020 06:59:44 +0000 Subject: [PATCH 7/13] new commit --- diff --git a/hello_world/a b/hello_world/a index 38a5fc1..e65da60 100644 --- a/hello_world/a +++ b/hello_world/a @@ -5,3 +5,4 @@ nl nl nl nl +nl From 7e0a9a88365ac40b52c4e324ed3627a3ecf4ceb6 Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 08 2020 09:07:56 +0000 Subject: [PATCH 8/13] new commit --- diff --git a/hello_world/a b/hello_world/a index e65da60..cfb9957 100644 --- a/hello_world/a +++ b/hello_world/a @@ -6,3 +6,4 @@ nl nl nl nl +nl From 362788f8ec4c7f7b7ab23c30883f8eb2abf5585b Mon Sep 17 00:00:00 2001 From: Ján Sakáloš Date: Apr 13 2020 13:25:05 +0000 Subject: [PATCH 9/13] Update packit.yaml --- diff --git a/packit.yaml b/packit.yaml index fbb0f44..44aa0a9 100644 --- a/packit.yaml +++ b/packit.yaml @@ -1,3 +1,5 @@ +upstream_package_name: packit-hello-world + jobs: - job: copr_build trigger: pull_request From 7984f726b85e3a234735046e2d1dcf9075d3dbd7 Mon Sep 17 00:00:00 2001 From: Ján Sakáloš Date: Apr 14 2020 10:28:25 +0000 Subject: [PATCH 10/13] Update packit.yaml --- diff --git a/packit.yaml b/packit.yaml index 44aa0a9..0210351 100644 --- a/packit.yaml +++ b/packit.yaml @@ -7,3 +7,11 @@ jobs: targets: - fedora-stable - centos-stream-x86_64 + + +- job: copr_build + trigger: push + metadata: + targets: + - fedora-stable + - centos-stream-x86_64 From 59792738f581e64b7332bdbb8594c1ea5d6a43d0 Mon Sep 17 00:00:00 2001 From: Ján Sakáloš Date: Apr 14 2020 10:32:54 +0000 Subject: [PATCH 11/13] Update packit.yaml --- diff --git a/packit.yaml b/packit.yaml index 0210351..7f0f1fa 100644 --- a/packit.yaml +++ b/packit.yaml @@ -7,8 +7,6 @@ jobs: targets: - fedora-stable - centos-stream-x86_64 - - - job: copr_build trigger: push metadata: From 6361c672f4b07a5724a2a1785b50d49592efce5d Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 21 2020 12:42:18 +0000 Subject: [PATCH 12/13] spec file location updated --- diff --git a/SPEC/packit-hello-world.spec b/SPEC/packit-hello-world.spec new file mode 100644 index 0000000..a1ead0a --- /dev/null +++ b/SPEC/packit-hello-world.spec @@ -0,0 +1,33 @@ +Name: hello +Version: 0.1.0 +Release: 1%{?dist} +Summary: Nice and a polite tool to make your day +License: MIT +URL: https://github.com/packit-service/hello-world +Source0: hello-%{version}.tar.gz +BuildArch: noarch +BuildRequires: python3-devel + +%description +%{summary} + + +%prep +%autosetup -n %{name}-%{version} + +%build +%py3_build + +%install +%py3_install + +%files +%license LICENSE +%{_bindir}/hello +%{python3_sitelib}/* +%doc README.md + +%changelog +* Thu May 02 2019 Tomas Tomecek - 0.1.0-1 +- initial upstream release: 0.1.0 + diff --git a/hello.spec b/hello.spec deleted file mode 100644 index a1ead0a..0000000 --- a/hello.spec +++ /dev/null @@ -1,33 +0,0 @@ -Name: hello -Version: 0.1.0 -Release: 1%{?dist} -Summary: Nice and a polite tool to make your day -License: MIT -URL: https://github.com/packit-service/hello-world -Source0: hello-%{version}.tar.gz -BuildArch: noarch -BuildRequires: python3-devel - -%description -%{summary} - - -%prep -%autosetup -n %{name}-%{version} - -%build -%py3_build - -%install -%py3_install - -%files -%license LICENSE -%{_bindir}/hello -%{python3_sitelib}/* -%doc README.md - -%changelog -* Thu May 02 2019 Tomas Tomecek - 0.1.0-1 -- initial upstream release: 0.1.0 - From b658af51df98c1cbf74a75095ced920bba2ef25e Mon Sep 17 00:00:00 2001 From: Jan Sakalos Date: Apr 21 2020 12:47:48 +0000 Subject: [PATCH 13/13] push to branch event --- diff --git a/hello_world/a b/hello_world/a index cfb9957..4da1999 100644 --- a/hello_world/a +++ b/hello_world/a @@ -1,9 +1 @@ -. -nl -nl -nl -nl -nl -nl -nl -nl +push to branch event