[FIXED] Eliminación de funcionalidad relacionada con forgejo_project
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
18dfc368d5
commit
01249b92e4
1 changed files with 0 additions and 4 deletions
|
@ -40,9 +40,6 @@ function devslib_test() {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Configuración global para servicios Git
|
|
||||||
FORGEJO_API_URL="http://git.rosero.one/api/v1" # Cambiado a HTTP en lugar de HTTPS
|
|
||||||
FORGEJO_CONFIG_FILE="$HOME/.developer/forgejo.cfg"
|
|
||||||
|
|
||||||
# Set gpg environment
|
# Set gpg environment
|
||||||
function gpg_setting() {
|
function gpg_setting() {
|
||||||
|
@ -299,7 +296,6 @@ function developer_restore() {
|
||||||
# $3: tipo de visibilidad (private/public) [por defecto: private]
|
# $3: tipo de visibilidad (private/public) [por defecto: private]
|
||||||
# $4: ruta local del proyecto (opcional)
|
# $4: ruta local del proyecto (opcional)
|
||||||
# Return: 0 si se crea correctamente, otro valor en caso de error
|
# Return: 0 si se crea correctamente, otro valor en caso de error
|
||||||
function forgejo_create_project() {
|
|
||||||
local PROJECT_NAME=$1
|
local PROJECT_NAME=$1
|
||||||
local PROJECT_DESC=$2
|
local PROJECT_DESC=$2
|
||||||
local VISIBILITY=${3:-private} # Por defecto private si no se especifica
|
local VISIBILITY=${3:-private} # Por defecto private si no se especifica
|
||||||
|
|
Loading…
Reference in a new issue