mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
add more TODO comments to github actions
This commit is contained in:
parent
d67d212682
commit
9ee52b52b4
3 changed files with 15 additions and 17 deletions
14
.github/workflows/debian.yml
vendored
14
.github/workflows/debian.yml
vendored
|
@ -17,19 +17,12 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
# - name: Set up Python
|
|
||||||
# uses: actions/setup-python@v1
|
|
||||||
# with:
|
|
||||||
# python-version: 3.9
|
|
||||||
# architecture: x64
|
|
||||||
|
|
||||||
- name: Install packaging dependencies
|
- name: Install packaging dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
python3 python3-dev python3-pip python3-venv python3-all \
|
python3 python3-dev python3-pip python3-venv python3-all \
|
||||||
dh-python debhelper devscripts dput software-properties-common \
|
dh-python debhelper devscripts dput software-properties-common \
|
||||||
python3-distutils python3-setuptools python3-wheel python3-stdeb
|
python3-distutils python3-setuptools python3-wheel python3-stdeb
|
||||||
# pip3 install --upgrade pip setuptools wheel stdeb
|
|
||||||
|
|
||||||
- name: Build Debian/Apt sdist_dsc
|
- name: Build Debian/Apt sdist_dsc
|
||||||
run: |
|
run: |
|
||||||
|
@ -62,14 +55,14 @@ jobs:
|
||||||
archivebox add 'https://example.com'
|
archivebox add 'https://example.com'
|
||||||
archivebox status
|
archivebox status
|
||||||
|
|
||||||
# - name: Commit files
|
# - name: Commit built package
|
||||||
# run: |
|
# run: |
|
||||||
# cd deb_dist/
|
# cd deb_dist/
|
||||||
# git config --local user.email "action@github.com"
|
# git config --local user.email "action@github.com"
|
||||||
# git config --local user.name "GitHub Action"
|
# git config --local user.name "GitHub Action"
|
||||||
# git commit -m "Debian package autobuild" -a
|
# git commit -m "Debian package autobuild" -a
|
||||||
|
|
||||||
# - name: Push changes
|
# - name: Push build to Github
|
||||||
# uses: ad-m/github-push-action@master
|
# uses: ad-m/github-push-action@master
|
||||||
# with:
|
# with:
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -77,8 +70,7 @@ jobs:
|
||||||
# branch: ${{ github.ref }}
|
# branch: ${{ github.ref }}
|
||||||
# directory: deb_dist
|
# directory: deb_dist
|
||||||
|
|
||||||
# TODO: push debian package to launchpad PPA
|
# - name: Push build to Launchpad PPA
|
||||||
# - name: Push to launchpad
|
|
||||||
# run: |
|
# run: |
|
||||||
# debsign -k "$PGP_KEY_ID" "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes"
|
# debsign -k "$PGP_KEY_ID" "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes"
|
||||||
# dput archivebox "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes"
|
# dput archivebox "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes"
|
||||||
|
|
8
.github/workflows/homebrew.yml
vendored
8
.github/workflows/homebrew.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
# TODO: modify archivebox.rb to update src url, hashes, and dependencies
|
||||||
|
|
||||||
- name: Build Homebrew Bottle
|
- name: Build Homebrew Bottle
|
||||||
run: |
|
run: |
|
||||||
pip3 install --upgrade pip setuptools wheel
|
pip3 install --upgrade pip setuptools wheel
|
||||||
|
@ -30,14 +32,14 @@ jobs:
|
||||||
archivebox version
|
archivebox version
|
||||||
archivebox status
|
archivebox status
|
||||||
|
|
||||||
# - name: Commit files
|
# - name: Commit built package
|
||||||
# run: |
|
# run: |
|
||||||
# cd brew_dist/
|
# cd brew_dist/
|
||||||
# git config --local user.email "action@github.com"
|
# git config --local user.email "action@github.com"
|
||||||
# git config --local user.name "GitHub Action"
|
# git config --local user.name "GitHub Action"
|
||||||
# git commit -m "Homebrew package autobuild" -a
|
# git commit -m "Homebrew package autobuild" -a
|
||||||
|
|
||||||
# - name: Push changes
|
# - name: Push build to Github
|
||||||
# uses: ad-m/github-push-action@master
|
# uses: ad-m/github-push-action@master
|
||||||
# with:
|
# with:
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -45,4 +47,4 @@ jobs:
|
||||||
# branch: ${{ github.ref }}
|
# branch: ${{ github.ref }}
|
||||||
# directory: brew_dist
|
# directory: brew_dist
|
||||||
|
|
||||||
# TODO: push bottle to Github and open homebrew core PR with latest changes
|
# TODO: push bottle homebrew core PR with latest changes
|
||||||
|
|
10
.github/workflows/pip.yml
vendored
10
.github/workflows/pip.yml
vendored
|
@ -39,14 +39,14 @@ jobs:
|
||||||
archivebox version
|
archivebox version
|
||||||
archivebox status
|
archivebox status
|
||||||
|
|
||||||
# - name: Commit files
|
# - name: Commit built package
|
||||||
# run: |
|
# run: |
|
||||||
# cd pip_dist/
|
# cd pip_dist/
|
||||||
# git config --local user.email "action@github.com"
|
# git config --local user.email "action@github.com"
|
||||||
# git config --local user.name "GitHub Action"
|
# git config --local user.name "GitHub Action"
|
||||||
# git commit -m "Pip package autobuild" -a
|
# git commit -m "Pip package autobuild" -a
|
||||||
|
|
||||||
# - name: Push changes
|
# - name: Push build to Github
|
||||||
# uses: ad-m/github-push-action@master
|
# uses: ad-m/github-push-action@master
|
||||||
# with:
|
# with:
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -54,4 +54,8 @@ jobs:
|
||||||
# branch: ${{ github.ref }}
|
# branch: ${{ github.ref }}
|
||||||
# directory: pip_dist
|
# directory: pip_dist
|
||||||
|
|
||||||
# TODO: push to PyPI with twine
|
# - name: Push build to PyPI
|
||||||
|
# run: |
|
||||||
|
# cd pip_dist/
|
||||||
|
# python3 -m twine upload --repository testpypi pip_dist/*.{whl,tar.gz}
|
||||||
|
# python3 -m twine upload --repository pypi pip_dist/*.{whl,tar.gz}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue