From 13cc2e202b17f3aec370e9238774e6966f0eac5f Mon Sep 17 00:00:00 2001 From: aikidouke Date: Jul 20 2016 15:18:28 +0000 Subject: ticket 434 LL Pagure --- diff --git a/pngs/pagure-long-life-01.png b/pngs/pagure-long-life-01.png new file mode 100644 index 0000000..faf91c4 Binary files /dev/null and b/pngs/pagure-long-life-01.png differ diff --git a/pngs/pagure-long-life-10.png b/pngs/pagure-long-life-10.png new file mode 100644 index 0000000..c92a136 Binary files /dev/null and b/pngs/pagure-long-life-10.png differ diff --git a/pngs/pagure-long-life-1000.png b/pngs/pagure-long-life-1000.png new file mode 100644 index 0000000..01291df Binary files /dev/null and b/pngs/pagure-long-life-1000.png differ diff --git a/pngs/pagure-long-life-150.png b/pngs/pagure-long-life-150.png new file mode 100644 index 0000000..d7ca142 Binary files /dev/null and b/pngs/pagure-long-life-150.png differ diff --git a/pngs/pagure-long-life-50.png b/pngs/pagure-long-life-50.png new file mode 100644 index 0000000..a85dba6 Binary files /dev/null and b/pngs/pagure-long-life-50.png differ diff --git a/pngs/pagure-long-life-500.png b/pngs/pagure-long-life-500.png new file mode 100644 index 0000000..6cd85eb Binary files /dev/null and b/pngs/pagure-long-life-500.png differ diff --git a/rules/pagure-long-life-01.yml b/rules/pagure-long-life-01.yml new file mode 100644 index 0000000..7758acf --- /dev/null +++ b/rules/pagure-long-life-01.yml @@ -0,0 +1,34 @@ +%YAML 1.2 +--- + +# This is some metadata about the badge +name: Long Life to Pagure (Pagure I) +description: Pushed 1 commit to a Pagure repository. +creator: robyduck + +# This is a link to the discussion about adopting this as a for-real badge. +discussion: https://fedorahosted.org/fedora-badges/ticket/434 + +# A link to the image for the badge +image_url: https://badges.fedoraproject.org/pngs/pagure-long-life-01.png +# That's us! +issuer_id: fedora-project + +# We'll perform our more costly check (defined below) only when +# we receive messages that match this 'trigger' +trigger: + topic: pagure.git.receive + +# Once the check has been triggered, this defines what we actually check. +criteria: + datanommer: + filter: + topics: + - "%(topic)s" # The topic of the message that triggered us. + users: + - "%(msg.commit.username)s" + operation: count + condition: + greater than or equal to: 1 + +recipient: "%(msg.commit.username)s" diff --git a/rules/pagure-long-life-10.yml b/rules/pagure-long-life-10.yml new file mode 100644 index 0000000..2b2e859 --- /dev/null +++ b/rules/pagure-long-life-10.yml @@ -0,0 +1,34 @@ +%YAML 1.2 +--- + +# This is some metadata about the badge +name: Long Life to Pagure (Pagure II) +description: Pushed 10 commits to a Pagure repository. +creator: robyduck + +# This is a link to the discussion about adopting this as a for-real badge. +discussion: https://fedorahosted.org/fedora-badges/ticket/434 + +# A link to the image for the badge +image_url: https://badges.fedoraproject.org/pngs/pagure-long-life-10.png +# That's us! +issuer_id: fedora-project + +# We'll perform our more costly check (defined below) only when +# we receive messages that match this 'trigger' +trigger: + topic: pagure.git.receive + +# Once the check has been triggered, this defines what we actually check. +criteria: + datanommer: + filter: + topics: + - "%(topic)s" # The topic of the message that triggered us. + users: + - "%(msg.commit.username)s" + operation: count + condition: + greater than or equal to: 10 + +recipient: "%(msg.commit.username)s" diff --git a/rules/pagure-long-life-1000.yml b/rules/pagure-long-life-1000.yml new file mode 100644 index 0000000..658948d --- /dev/null +++ b/rules/pagure-long-life-1000.yml @@ -0,0 +1,34 @@ +%YAML 1.2 +--- + +# This is some metadata about the badge +name: Long Life to Pagure (Pagure VI) +description: Pushed 1000 commits to a Pagure repository. Wow! That's a lot! +creator: robyduck + +# This is a link to the discussion about adopting this as a for-real badge. +discussion: https://fedorahosted.org/fedora-badges/ticket/434 + +# A link to the image for the badge +image_url: https://badges.fedoraproject.org/pngs/pagure-long-life-1000.png +# That's us! +issuer_id: fedora-project + +# We'll perform our more costly check (defined below) only when +# we receive messages that match this 'trigger' +trigger: + topic: pagure.git.receive + +# Once the check has been triggered, this defines what we actually check. +criteria: + datanommer: + filter: + topics: + - "%(topic)s" # The topic of the message that triggered us. + users: + - "%(msg.commit.username)s" + operation: count + condition: + greater than or equal to: 1000 + +recipient: "%(msg.commit.username)s" diff --git a/rules/pagure-long-life-150.yml b/rules/pagure-long-life-150.yml new file mode 100644 index 0000000..965385e --- /dev/null +++ b/rules/pagure-long-life-150.yml @@ -0,0 +1,34 @@ +%YAML 1.2 +--- + +# This is some metadata about the badge +name: Long Life to Pagure (Pagure IV) +description: Pushed 150 commits to a Pagure repository. +creator: robyduck + +# This is a link to the discussion about adopting this as a for-real badge. +discussion: https://fedorahosted.org/fedora-badges/ticket/434 + +# A link to the image for the badge +image_url: https://badges.fedoraproject.org/pngs/pagure-long-life-150.png +# That's us! +issuer_id: fedora-project + +# We'll perform our more costly check (defined below) only when +# we receive messages that match this 'trigger' +trigger: + topic: pagure.git.receive + +# Once the check has been triggered, this defines what we actually check. +criteria: + datanommer: + filter: + topics: + - "%(topic)s" # The topic of the message that triggered us. + users: + - "%(msg.commit.username)s" + operation: count + condition: + greater than or equal to: 150 + +recipient: "%(msg.commit.username)s" diff --git a/rules/pagure-long-life-50.yml b/rules/pagure-long-life-50.yml new file mode 100644 index 0000000..d590e12 --- /dev/null +++ b/rules/pagure-long-life-50.yml @@ -0,0 +1,34 @@ +%YAML 1.2 +--- + +# This is some metadata about the badge +name: Long Life to Pagure (Pagure III) +description: Pushed 50 commits to a Pagure repository. +creator: robyduck + +# This is a link to the discussion about adopting this as a for-real badge. +discussion: https://fedorahosted.org/fedora-badges/ticket/434 + +# A link to the image for the badge +image_url: https://badges.fedoraproject.org/pngs/pagure-long-life-50.png +# That's us! +issuer_id: fedora-project + +# We'll perform our more costly check (defined below) only when +# we receive messages that match this 'trigger' +trigger: + topic: pagure.git.receive + +# Once the check has been triggered, this defines what we actually check. +criteria: + datanommer: + filter: + topics: + - "%(topic)s" # The topic of the message that triggered us. + users: + - "%(msg.commit.username)s" + operation: count + condition: + greater than or equal to: 50 + +recipient: "%(msg.commit.username)s" diff --git a/rules/pagure-long-life-500.yml b/rules/pagure-long-life-500.yml new file mode 100644 index 0000000..d9eb598 --- /dev/null +++ b/rules/pagure-long-life-500.yml @@ -0,0 +1,34 @@ +%YAML 1.2 +--- + +# This is some metadata about the badge +name: Long Life to Pagure (Pagure V) +description: Pushed 500 commits to a Pagure repository. +creator: robyduck + +# This is a link to the discussion about adopting this as a for-real badge. +discussion: https://fedorahosted.org/fedora-badges/ticket/434 + +# A link to the image for the badge +image_url: https://badges.fedoraproject.org/pngs/pagure-long-life-500.png +# That's us! +issuer_id: fedora-project + +# We'll perform our more costly check (defined below) only when +# we receive messages that match this 'trigger' +trigger: + topic: pagure.git.receive + +# Once the check has been triggered, this defines what we actually check. +criteria: + datanommer: + filter: + topics: + - "%(topic)s" # The topic of the message that triggered us. + users: + - "%(msg.commit.username)s" + operation: count + condition: + greater than or equal to: 500 + +recipient: "%(msg.commit.username)s" diff --git a/stls/pagure-long-life-01.stl b/stls/pagure-long-life-01.stl new file mode 100644 index 0000000..3d2fa93 Binary files /dev/null and b/stls/pagure-long-life-01.stl differ diff --git a/stls/pagure-long-life-10.stl b/stls/pagure-long-life-10.stl new file mode 100644 index 0000000..bf6449f Binary files /dev/null and b/stls/pagure-long-life-10.stl differ diff --git a/stls/pagure-long-life-1000.stl b/stls/pagure-long-life-1000.stl new file mode 100644 index 0000000..fbba4d9 Binary files /dev/null and b/stls/pagure-long-life-1000.stl differ diff --git a/stls/pagure-long-life-150.stl b/stls/pagure-long-life-150.stl new file mode 100644 index 0000000..8752e37 Binary files /dev/null and b/stls/pagure-long-life-150.stl differ diff --git a/stls/pagure-long-life-50.stl b/stls/pagure-long-life-50.stl new file mode 100644 index 0000000..cb0011d Binary files /dev/null and b/stls/pagure-long-life-50.stl differ diff --git a/stls/pagure-long-life-500.stl b/stls/pagure-long-life-500.stl new file mode 100644 index 0000000..98e764b Binary files /dev/null and b/stls/pagure-long-life-500.stl differ diff --git a/svgs/pagure-long-life-01.svg b/svgs/pagure-long-life-01.svg new file mode 100644 index 0000000..73bf79c --- /dev/null +++ b/svgs/pagure-long-life-01.svg @@ -0,0 +1,2022 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 1 + + + + + + diff --git a/svgs/pagure-long-life-10.svg b/svgs/pagure-long-life-10.svg new file mode 100644 index 0000000..7a316f1 --- /dev/null +++ b/svgs/pagure-long-life-10.svg @@ -0,0 +1,1943 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10 + 10 + + + + + + + + + + diff --git a/svgs/pagure-long-life-1000.svg b/svgs/pagure-long-life-1000.svg new file mode 100644 index 0000000..081ef0c --- /dev/null +++ b/svgs/pagure-long-life-1000.svg @@ -0,0 +1,2447 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1000 + 1000 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svgs/pagure-long-life-150.svg b/svgs/pagure-long-life-150.svg new file mode 100644 index 0000000..b73ba23 --- /dev/null +++ b/svgs/pagure-long-life-150.svg @@ -0,0 +1,2127 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 150 + 150 + diff --git a/svgs/pagure-long-life-50.svg b/svgs/pagure-long-life-50.svg new file mode 100644 index 0000000..5f3daaf --- /dev/null +++ b/svgs/pagure-long-life-50.svg @@ -0,0 +1,2170 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 50 + 50 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svgs/pagure-long-life-500.svg b/svgs/pagure-long-life-500.svg new file mode 100644 index 0000000..f1f5709 --- /dev/null +++ b/svgs/pagure-long-life-500.svg @@ -0,0 +1,2248 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 500 + 500 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +