Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • aports-turbo aports-turbo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • infrainfra
  • aports-turboaports-turbo
  • Issues
  • #40
Closed
Open
Issue created Apr 20, 2020 by TBK@TBK

Discourage incorrect use of pkgs.a.o's flag feature

I have seen quite a few bug reports and other messages from flagged packages.

Here is one example: flagged-incorrect-use

Google Translate says it is Japanese and means "thank you" https://translate.google.com/#view=home&op=translate&sl=auto&tl=en&text=%E3%82%88%E3%82%8D%E3%81%97%E3%81%8F%E3%81%8A%E9%A1%98%E3%81%84%E3%81%84%E3%81%9F%E3%81%97%E3%81%BE%E3%81%99%E3%80%82

A simple warning/notice might alleviate the problem.

I made a quick markup: warning

Related code:

<div class="pure-u-1 pure-u-lg-10-24">
.......               
       <div class="grid-head">Be aware!</div>
                    <div class="grid-body" style="">
                        <notice style="color: #fff;background-color: #dd320b;padding: 1em;border-radius: 4px;line-height: 2em;width: 541.167px;height: 57px;display: inherit;" color="d9edf7">This form is intented to report outdated packages.<br>Please report all other issues related to tini via the <a href="https://bugs.alpinelinux.org/projects/alpine/issues">Bug Tracker</a></notice>
                    </div>
                </div>
element {
	color: #fff;
	background-color: #dd320b;
	padding: 1em;
	border-radius: 4px;
	line-height: 2em;
	width: 541.167px;
	height: 57px;
	display: inherit;
}
Edited Apr 27, 2020 by Kevin Daudt
Assignee
Assign to
Time tracking