Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
H
Hamara Packages
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • hamara-developers
  • Hamara Packages
  • Merge Requests
  • !90

Merged
Opened Jul 04, 2018 by Shivani Bhardwaj@unixia 1 of 1 task completed1/1 task
  • Report abuse
Report abuse

Suppress warning for Unsupported platform by gst

gnome-system-tools was showing a warning about Hamara Sugam being an unsupported platform. g-s-t checks for the presence for debian_version file in /etc to pass a distro for Debian or Debian-based. Since this file was not present in Hamara Sugam, checks were failing and the warning showed up.

  • Add an empty debian_version file in /etc to avoid any warnings.

Side-effects: None known so far

Tested: OK

Closes re-opened bugzilla entry: https://bugs.hamaralinux.org/show_bug.cgi?id=413

Edited Jul 04, 2018 by isaagar

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://git.hamaralinux.org/unixia/hamara-packages.git suppress-gst-warning
git checkout -b unixia/hamara-packages-suppress-gst-warning FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout hamara-sugam
git merge --no-ff unixia/hamara-packages-suppress-gst-warning

Step 4. Push the result of the merge to GitLab

git push origin hamara-sugam

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 3
  • Commits 2
  • Changes 2
Shivani Bhardwaj
Assignee
Shivani Bhardwaj @unixia
Assign to
None
Milestone
None
Assign milestone
Time tracking
1
Labels
Ready for review
Assign labels
  • View project labels
Reference: hamara-developers/hamara-packages!90

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.