mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 13:44:14 -04:00
split up debian build into two steps
This commit is contained in:
parent
7de7ff9a54
commit
e6a77dc8b1
2 changed files with 7 additions and 1 deletions
6
.github/workflows/debian.yml
vendored
6
.github/workflows/debian.yml
vendored
|
@ -29,6 +29,11 @@ jobs:
|
|||
|
||||
- name: Install archivebox from deb
|
||||
run: |
|
||||
rm -Rf build deb_dist dist archivebox-*.tar.gz
|
||||
python3 setup.py --command-packages=stdeb.command \
|
||||
sdist_dsc
|
||||
python3 setup.py --command-packages=stdeb.command \
|
||||
bdist_deb
|
||||
apt install deb_dist/archivebox*.deb
|
||||
|
||||
- name: Add some links to test
|
||||
|
@ -42,4 +47,5 @@ jobs:
|
|||
# TODO: push debian package to launchpad PPA
|
||||
# - name: Push to launchpad
|
||||
# run: |
|
||||
# debsign -k "$PGP_KEY_ID" "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes"
|
||||
# dput archivebox "deb_dist/archivebox_${VERSION}-${DEBIAN_VERSION}_source.changes"
|
||||
|
|
2
.github/workflows/homebrew.yml
vendored
2
.github/workflows/homebrew.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
pip3 install --upgrade pip setuptools wheel
|
||||
cd brew_dist/
|
||||
brew install --build-bottle ./archivebox.rb
|
||||
brew bottle archivebox
|
||||
# brew bottle archivebox
|
||||
|
||||
- name: Add some links to test
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue