Skip to content

Commit

Permalink
rename odc to bib
Browse files Browse the repository at this point in the history
Following the change from the last commit, let's also use the new
abbreviation "bib" instead of "odc".
  • Loading branch information
ondrejbudai committed Dec 5, 2023
1 parent f0dbbc1 commit aaa2f5b
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updates:

# Maintain dependencies for Go
- package-ecosystem: "gomod"
directory: "/odc"
directory: "/bib"
schedule:
interval: "daily"
time: "04:00"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
version: v1.54.2
args: --timeout 5m0s
working-directory: odc
working-directory: bib

shellcheck:
name: "🐚 Shellcheck"
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.fedoraproject.org/fedora:39 AS builder
RUN dnf install -y git-core golang gpgme-devel libassuan-devel
RUN mkdir /build
COPY build.sh /build
COPY odc /build/odc
COPY bib /build/bib
WORKDIR /build
RUN ./build.sh

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion odc/go.mod → bib/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/osbuild/bootc-image-builder/odc
module github.com/osbuild/bootc-image-builder/bib

go 1.19

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

set -euo pipefail

cd odc
cd bib
go build -o ../bin/bootc-image-builder ./cmd/bootc-image-builder

0 comments on commit aaa2f5b

Please sign in to comment.