aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-07-17 01:03:14 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-10-07 11:02:08 +0200
commite00b62c96b881cd5081d3aaddc427f47e1c89351 (patch)
tree2e3f7b797a25c11a4d6f8bc735f8a52c3dda0e51
parent70b09fab4b8c3523248ac24095dea8ad2aa72111 (diff)
downloadgosc-e00b62c96b881cd5081d3aaddc427f47e1c89351.tar.gz
Remove goinit, not a good idea.
-rwxr-xr-xgoinit16
1 files changed, 0 insertions, 16 deletions
diff --git a/goinit b/goinit
deleted file mode 100755
index dc5479c..0000000
--- a/goinit
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-set -eux
-
-if [ -d .osc ] ; then
- exit 0
-fi
-
-# We actually want to ignore it (for now?)
-echo '/.osc/' >>.git/info/exclude
-
-mkdir -p .osc
-echo 'https://api.opensuse.org' >.osc/_apiurl
-basename "$(pwd)" >.osc/_package
-echo '1.0' >.osc/_osclib_version
-echo 'openSUSE:Factory' >.osc/_project
-echo "$(git remote get-url $(git remote|head -n1))#factory" >.osc/_scm