Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/packages/debian.rb')
-rw-r--r--app/models/packages/debian.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/packages/debian.rb b/app/models/packages/debian.rb
index 2daafe0ebcf..9c615c20250 100644
--- a/app/models/packages/debian.rb
+++ b/app/models/packages/debian.rb
@@ -2,6 +2,8 @@
module Packages
module Debian
+ TEMPORARY_PACKAGE_NAME = 'debian-temporary-package'
+
DISTRIBUTION_REGEX = %r{[a-z0-9][a-z0-9.-]*}i.freeze
COMPONENT_REGEX = DISTRIBUTION_REGEX.freeze
ARCHITECTURE_REGEX = %r{[a-z0-9][-a-z0-9]*}.freeze