Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update deb-get to add support for Cisco Webex #8

Merged
merged 2 commits into from
Apr 22, 2022

Conversation

charles-hood
Copy link
Contributor

Add support for Cisco Webex deb

Add support for Cisco Webex deb
@charles-hood charles-hood changed the title Update deb-get Update deb-get to add support for Cisco Webex Apr 22, 2022
@charles-hood
Copy link
Contributor Author

This closes issue #7

Copy link
Member

@flexiondotorg flexiondotorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Webex .deb is 300MB. Everytime deb-get needs to check the published version of Webex to determine if it should offer an update, it will need to download 300MB.

I don't think that is acceptable 😞

@flexiondotorg
Copy link
Member

The Webex release notes do include the version numbers.

Perhaps the version number for Linux can be extracted from that page?

@flexiondotorg
Copy link
Member

This seems to work:

curl -s "https://help.webex.com/en-us/article/mqkve8/Webex-App-%7C-Release-notes" | grep "<p class=\"p\">Linux—" | head -n1 | cut -d'>' -f2 | cut -d'<' -f1 | sed 's/Linux—//'

@charles-hood
Copy link
Contributor Author

charles-hood commented Apr 22, 2022

Or do a partial download of the deb using the range parameter of curl?

curl -r 0-9999

Get Webex version number from Release Notes per suggest from Wimpy
@flexiondotorg flexiondotorg merged commit ced0931 into wimpysworld:main Apr 22, 2022
flexiondotorg pushed a commit that referenced this pull request Apr 22, 2022
* Update deb-get

Add support for Cisco Webex deb

* Change how retrieve Webex version

Get Webex version number from Release Notes per suggest from Wimpy
Add support for Webex (#9)

* Update deb-get

Add support for Cisco Webex deb

* Change how retrieve Webex version

Get Webex version number from Release Notes per suggest from Wimpy

* Update README.md

Add Webex

* Update README.md

Change icon for Webex to direct
philclifford referenced this pull request in philclifford/deb-get Oct 26, 2022
flexiondotorg added a commit that referenced this pull request May 7, 2024
* Add initial support for Glab

* use urlencoded path instead of id

* Add get gitlab releases (#8)

* added get_gitlab_releases()

* failed to filter for supported ARCHS

* fix typo

---------

Co-authored-by: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com>
hsbasu pushed a commit to mamolinux/deb-get that referenced this pull request Nov 6, 2024
* Add initial support for Glab

* use urlencoded path instead of id

* Add get gitlab releases (wimpysworld#8)

* added get_gitlab_releases()

* failed to filter for supported ARCHS

* fix typo

---------

Co-authored-by: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants