-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/stable'
- Loading branch information
Showing
7 changed files
with
55 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1126,6 +1126,7 @@ def grant_more_info_required(grant, more_info): | |
|
||
|
||
def grant_match_distribution_test_txn(match): | ||
raise Exception("no longer supported since we moved to non custodial payouts/email copy needs updated") | ||
to_email = match.grant.admin_profile.email | ||
cc_emails = [profile.email for profile in match.grant.team_members.all()] | ||
from_email = '[email protected]' | ||
|
@@ -1203,12 +1204,13 @@ def grant_match_distribution_final_txn(match, needs_claimed=False): | |
What next? | ||
1. Remember to update your grantees on what you use the funds for by clicking through to your grant ( https://gitcoin.co{match.grant.get_absolute_url()} ) and posting to your activity feed. | ||
2. Celebrate π and consider joining us for KERNEL 3 ( https://kernel.community/ ) as you continue growing your project. π π | ||
3. Please take a moment to comment on this thread to let us know what you thought of this grants round [https://github.com/gitcoinco/web/issues/8597]. We'd love to hear how the round went for you. | ||
2. Celebrate π and consider joining us for KERNEL 4 ( https://kernel.community/ ) as you continue growing your project. π π | ||
3. Feel free to grab some Gitcoin schwag at store.gitcoin.co - use code GRANTS_ROUND_10_GRANTEE for 45% off. | ||
4. Please take a moment to comment on this thread to let us know what you thought of this grants round [https://twitter.com/owocki/status/1410651364850495489]. We'd love to hear how the round went for you. | ||
Thanks, | ||
Team Gitcoin & The Funders League | ||
"Our mission is to Grow Open Source & provide economic opportunities to software developers" https://gitcoin.co/mission | ||
Team Gitcoin & The GitcoinDAO | ||
"Our mission is to build & fund the open web" https://gitcoin.co/mission | ||
</pre> | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin | ||
|
||
## CLR | ||
1,30 * * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1 | ||
# 1,30 * * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin | ||
|
||
## CLR | ||
1 */4 * * * cd gitcoin/coin; bash scripts/run_clr.bash full 2>&1 | ||
# 1 */4 * * * cd gitcoin/coin; bash scripts/run_clr.bash full 2>&1 |