Skip to content

Commit

Permalink
Rename repository references after clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickviola committed Jun 12, 2023
1 parent ea4912c commit 3369d12
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ updates:
- dependency-name: actions/setup-python
- dependency-name: hashicorp/setup-terraform
- dependency-name: mxschmitt/action-tmate
# # Managed by cisagov/skeleton-python-library
# # Managed by cisagov/rpt-phish-report
# - dependency-name: actions/download-artifact
# - dependency-name: actions/upload-artifact

Expand Down
2 changes: 1 addition & 1 deletion .github/lineage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lineage:
skeleton:
remote-url: https://github.com/cisagov/skeleton-generic.git
remote-url: https://github.com/cisagov/skeleton-python-library.git
version: '1'
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all of which should be in this repository.

If you want to report a bug or request a new feature, the most direct
method is to [create an
issue](https://github.com/cisagov/skeleton-python-library/issues) in
issue](https://github.com/cisagov/rpt-phish-report/issues) in
this repository. We recommend that you first search through existing
issues (both open and closed) to check if your particular issue has
already been reported. If it has then you might want to add a comment
Expand All @@ -25,7 +25,7 @@ one.
## Pull requests ##

If you choose to [submit a pull
request](https://github.com/cisagov/skeleton-python-library/pulls),
request](https://github.com/cisagov/rpt-phish-report/pulls),
you will notice that our continuous integration (CI) system runs a
fairly extensive set of linters, syntax checkers, system, and unit tests.
Your pull request may fail these checks, and that's OK. If you want
Expand Down Expand Up @@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
commands:

```console
cd skeleton-python-library
pyenv virtualenv <python_version_to_use> skeleton-python-library
pyenv local skeleton-python-library
cd rpt-phish-report
pyenv virtualenv <python_version_to_use> rpt-phish-report
pyenv local rpt-phish-report
pip install --requirement requirements-dev.txt
```

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# skeleton-python-library #
# rpt-phish-report #

[![GitHub Build Status](https://github.com/cisagov/skeleton-python-library/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions)
[![CodeQL](https://github.com/cisagov/skeleton-python-library/workflows/CodeQL/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions/workflows/codeql-analysis.yml)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/skeleton-python-library/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/skeleton-python-library?branch=develop)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/skeleton-python-library/develop/badge.svg)](https://snyk.io/test/github/cisagov/skeleton-python-library)
[![GitHub Build Status](https://github.com/cisagov/rpt-phish-report/workflows/build/badge.svg)](https://github.com/cisagov/rpt-phish-report/actions)
[![CodeQL](https://github.com/cisagov/rpt-phish-report/workflows/CodeQL/badge.svg)](https://github.com/cisagov/rpt-phish-report/actions/workflows/codeql-analysis.yml)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/rpt-phish-report/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/rpt-phish-report?branch=develop)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/rpt-phish-report/develop/badge.svg)](https://snyk.io/test/github/cisagov/rpt-phish-report)

This is a generic skeleton project that can be used to quickly get a
new [cisagov](https://github.com/cisagov) Python library GitHub
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def get_version(version_file):
# Additional URLs for this project per
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
project_urls={
"Source": "https://github.com/cisagov/skeleton-python-library",
"Tracker": "https://github.com/cisagov/skeleton-python-library/issues",
"Source": "https://github.com/cisagov/rpt-phish-report",
"Tracker": "https://github.com/cisagov/rpt-phish-report/issues",
},
# Author details
author="Cybersecurity and Infrastructure Security Agency",
Expand Down

0 comments on commit 3369d12

Please sign in to comment.