[PR #617] [CLOSED] fix 3 things #693

Closed
opened 2026-02-27 16:40:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/617
Author: @luxflow
Created: 7/29/2016
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • a4b9891 handle PMsuspend
  • ea33993 fix special character in dirpath
  • d389e71 update requirements.txt for virtualenv
  • 2043d68 add 'add cdrom' features

📊 Changes

6 files changed (+101 additions, -4 deletions)

View changed files

📝 instance/views.py (+9 -0)
📝 requirements.txt (+3 -0)
📝 storages/forms.py (+2 -2)
📝 templates/instance.html (+30 -2)
📝 templates/instances.html (+26 -0)
📝 vrtManager/instance.py (+31 -0)

📄 Description

  1. handle pmSuspended
    when your os go into sleep mode
    system status goes into PMSuspended
    unfortunaely webvirtmgr doesn't handle this status properly
    I added it
  2. special character - is not allowed although it is quite used oftenly
    so I added it
  3. fix requirement.txt
    so webvirtmgr can be installed in virtualenv like webvirtcloud
apt-get install virtualenv python-dev libxml2-dev libvirt-dev zlib1g-dev
cd /var/www/
git clone https://github.com/luxflow/webvirtmgr
cd webvirtmgr
virtualenv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/617 **Author:** [@luxflow](https://github.com/luxflow) **Created:** 7/29/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`a4b9891`](https://github.com/retspen/webvirtmgr/commit/a4b9891dbd240461a9b9adb5110cf92c444e64fc) handle PMsuspend - [`ea33993`](https://github.com/retspen/webvirtmgr/commit/ea3399356c44178649ebe7837a2e09f7e6ab525a) fix special character in dirpath - [`d389e71`](https://github.com/retspen/webvirtmgr/commit/d389e7130ad6e07ed0dcc6b9de4bc6ed6b62a8e0) update requirements.txt for virtualenv - [`2043d68`](https://github.com/retspen/webvirtmgr/commit/2043d68ebe6ef3116f3bb5e236fcc99b40ddcb80) add 'add cdrom' features ### 📊 Changes **6 files changed** (+101 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `instance/views.py` (+9 -0) 📝 `requirements.txt` (+3 -0) 📝 `storages/forms.py` (+2 -2) 📝 `templates/instance.html` (+30 -2) 📝 `templates/instances.html` (+26 -0) 📝 `vrtManager/instance.py` (+31 -0) </details> ### 📄 Description 1. handle pmSuspended when your os go into sleep mode system status goes into PMSuspended unfortunaely webvirtmgr doesn't handle this status properly I added it 2. special character `-` is not allowed although it is quite used oftenly so I added it 3. fix requirement.txt so webvirtmgr can be installed in virtualenv like webvirtcloud ``` apt-get install virtualenv python-dev libxml2-dev libvirt-dev zlib1g-dev cd /var/www/ git clone https://github.com/luxflow/webvirtmgr cd webvirtmgr virtualenv env source env/bin/activate pip install --upgrade pip pip install -r requirements.txt ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:40:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#693
No description provided.