chiark / gitweb /
Bugfixes (now tests/tests/drs-clone-nogit works)
[dgit.git] / Debian / Dgit.pm
index e177a83950e0eb6fa8ee516f946fcb312fe00623..268439afaa44e5cdfdf4e9addb0dcf3c43a7ca87 100644 (file)
@@ -16,8 +16,8 @@ BEGIN {
     @EXPORT      = qw(debiantag server_branch server_ref
                       stat_exists git_for_each_ref
                       $package_re $branchprefix);
-    %EXPORT_TAGS = ( policyflags => [qw()] );
-    @EXPORT_OK   = qw();
+    %EXPORT_TAGS = ( policyflags => [qw(NOFFCHECK FRESHREPO)] );
+    @EXPORT_OK   = @{ $EXPORT_TAGS{policyflags} };
 }
 
 our @EXPORT_OK;